From 0a4b8260d10dd5172f875ea31660b2166d269263 Mon Sep 17 00:00:00 2001 From: zbeacon Date: Fri, 3 Apr 2020 11:46:51 +0300 Subject: [PATCH] For release --- setup.cfg | 2 +- setup.py | 2 +- thingsboard-gateway.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 519812ea6..ce93af314 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = thingsboard-gateway -version = 2.2.4 +version = 2.2.4.1 description = Thingsboard Gateway for IoT devices. long_description= file: README.md license = Apache Software License (Apache Software License 2.0) diff --git a/setup.py b/setup.py index 51ae3e79f..180a1d33d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'requests', 'python-can' ], - download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.4.tar.gz', + download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.4.1.tar.gz', entry_points={ 'console_scripts': [ 'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon' diff --git a/thingsboard-gateway.spec b/thingsboard-gateway.spec index fefc1fb3c..bf0d219bd 100644 --- a/thingsboard-gateway.spec +++ b/thingsboard-gateway.spec @@ -1,6 +1,6 @@ %define name thingsboard-gateway -%define version 2.2.4 -%define unmangled_version 2.2.4 +%define version 2.2.4.1 +%define unmangled_version 2.2.4.1 %define release 1 Summary: Thingsboard Gateway for IoT devices.