1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

For release

This commit is contained in:
zbeacon
2021-03-22 12:55:11 +02:00
parent 5b7070e262
commit 49910b42c3
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
VERSION = "2.5.5"
VERSION = "2.6"
setup(
version=VERSION,

View File

@@ -1,6 +1,6 @@
%define name thingsboard-gateway
%define version 2.5.5
%define unmangled_version 2.5.5
%define version 2.6
%define unmangled_version 2.6
%define release 1
Summary: Thingsboard Gateway for IoT devices.