mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into feature/http-connector
This commit is contained in:
2
setup.py
2
setup.py
@@ -21,7 +21,7 @@ this_directory = path.abspath(path.dirname(__file__))
|
|||||||
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
VERSION = "2.3.1"
|
VERSION = "2.3.1.1"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%define name thingsboard-gateway
|
%define name thingsboard-gateway
|
||||||
%define version 2.3.1
|
%define version 2.3.1.1
|
||||||
%define unmangled_version 2.3.1
|
%define unmangled_version 2.3.1.1
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Summary: Thingsboard Gateway for IoT devices.
|
Summary: Thingsboard Gateway for IoT devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user