Skip to content

Commit

Permalink
For release
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Nov 22, 2023
1 parent 3b78dd4 commit c4ded48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions make_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ if [ "$1" = "clean" ] || [ "$1" = "only_clean" ] ; then
sudo rm -rf dist/
sudo rm -rf thingsboard-gateway.egg-info/
sudo rm -rf /etc/thingsboard-gateway/
sudo rm -rf thingsboard-gateway-$CURRENT_VERSION.tar.gz
sudo rm -rf thingsboard-gateway-$CURRENT_VERSION.deb
sudo rm -rf thingsboard-gateway-*.tar.gz
sudo rm -rf configs.tar.gz
sudo rm -rf thingsboard-gateway-*.deb
sudo rm -rf python3-thingsboard-gateway.deb
sudo rm -rf python3-thingsboard-gateway.rpm
sudo rm -rf thingsboard-gateway-$CURRENT_VERSION.noarch.rpm
sudo rm -rf thingsboard-gateway-*.noarch.rpm
sudo rm -rf thingsboard_gateway.egg-info
sudo rm -rf /home/zenx/rpmbuild/BUILDROOT/*
sudo rm -rf build/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
with open(path.join(current_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

VERSION = "3.4.2"
VERSION = "3.4.3"

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 3.4.2
%define unmangled_version 3.4.2
%define version 3.4.3
%define unmangled_version 3.4.3
%define release 1

Summary: Thingsboard Gateway for IoT devices.
Expand Down

0 comments on commit c4ded48

Please sign in to comment.