Skip to content

Commit

Permalink
Hotfix for lock on telemtry upload
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Mar 17, 2020
1 parent b3c64bd commit 953da2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = thingsboard-gateway
version = 2.2.3
version = 2.2.3.1
description = Thingsboard Gateway for IoT devices.
long_description= file: README.md
license = Apache Software License (Apache Software License 2.0)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'pyrsistent',
'requests'
],
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.3.tar.gz',
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.3.1.tar.gz',
entry_points={
'console_scripts': [
'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon'
Expand Down

0 comments on commit 953da2c

Please sign in to comment.