Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Oct 17, 2023
1 parent a5ff92b commit 0b52bb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.1.7 (2023-10-17)
- Add HmIPW-SCTHD
- Add HmIP-eTRV-B-2 R4M
- Add HmIP-WKP
- Add HB-UNI-RGB-LED-CTRL

Version 0.1.6 (2023-04-26)
- Add HmIP-RGBW

Expand Down
2 changes: 1 addition & 1 deletion pydevccu/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Constants used in pydevccu
"""

VERSION = '0.1.6'
VERSION = '0.1.7'

IP_LOCALHOST_V4 = '127.0.0.1'
IP_LOCALHOST_V6 = '::1'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PACKAGE_NAME = 'pydevccu'
HERE = os.path.abspath(os.path.dirname(__file__))
VERSION = '0.1.6'
VERSION = '0.1.7'

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

Expand Down

0 comments on commit 0b52bb0

Please sign in to comment.