Skip to content

Commit

Permalink
For release
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Oct 22, 2020
1 parent 5dd5e36 commit 81b6df4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if [ "$1" != "only_clean" ] ; then
cd for_build/etc/thingsboard-gateway || echo 0 > /dev/null
tar -zcvf configs.tar.gz config/*
tar -zcvf extensions.tar.gz extensions/*
mv configs.tar.gz ../../../
mv configs.tar.gz ../../../ -y
cd ../../../
rm /home/$CURRENT_USER/rpmbuild/SOURCES/configs.tar.gz
cp configs.tar.gz /home/$CURRENT_USER/rpmbuild/SOURCES/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

VERSION = "2.5.1"
VERSION = "2.5.2"

setup(
version=VERSION,
Expand Down
4 changes: 2 additions & 2 deletions thingsboard-gateway.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name thingsboard-gateway
%define version 2.5.1
%define unmangled_version 2.5.1
%define version 2.5.2
%define unmangled_version 2.5.2
%define release 1

Summary: Thingsboard Gateway for IoT devices.
Expand Down

0 comments on commit 81b6df4

Please sign in to comment.