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:
imbeacon
2023-12-28 15:52:30 +02:00
parent afcc1da96d
commit bb719e0296
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ current_directory = path.abspath(path.dirname(__file__))
with open(path.join(current_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
VERSION = "3.4.3.1"
VERSION = "3.4.4"
setup(
version=VERSION,

View File

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