Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Apr 26, 2023
1 parent 991654f commit d994ac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.1.6 (2023-04-26)
- Add HmIP-RGBW

Version 0.1.5 (2023-01-26)
- Fix HmIP-MOD-HO
- Add HmIP-MOD-TEM
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.5'
VERSION = '0.1.6'

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.5'
VERSION = '0.1.6'

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

Expand Down

0 comments on commit d994ac4

Please sign in to comment.