Skip to content

Commit 95d18a9

Browse files
committed
Bump version
1 parent 4b711d1 commit 95d18a9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.1.5 (2023-01-26)
2+
- Fix HmIP-MOD-HO
3+
- Add HmIP-MOD-TEM
4+
- Add HBW-LC-RGBWW-IN6-DR
5+
16
Version 0.1.4 (2023-01-03)
27
- Add HB-LC-Sw1PBU-FM
38
- Add HB-LC-Sw2PBU-FM

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.4'
5+
VERSION = '0.1.5'
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.4'
6+
VERSION = '0.1.5'
77

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

0 commit comments

Comments
 (0)