Skip to content

Commit d994ac4

Browse files
committed
Bump Version
1 parent 991654f commit d994ac4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.1.6 (2023-04-26)
2+
- Add HmIP-RGBW
3+
14
Version 0.1.5 (2023-01-26)
25
- Fix HmIP-MOD-HO
36
- Add HmIP-MOD-TEM

pydevccu/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Constants used in pydevccu
33
"""
44

5-
VERSION = '0.1.5'
5+
VERSION = '0.1.6'
66

77
IP_LOCALHOST_V4 = '127.0.0.1'
88
IP_LOCALHOST_V6 = '::1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PACKAGE_NAME = 'pydevccu'
55
HERE = os.path.abspath(os.path.dirname(__file__))
6-
VERSION = '0.1.5'
6+
VERSION = '0.1.6'
77

88
PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'build'])
99

0 commit comments

Comments
 (0)