Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Feb 9, 2022
1 parent 48b78fb commit 7be61a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.1.3 (2022-02-09)
- Add HB-LC-Bl1PBU-FM
- Add HB-UNI-Sensor1
- Add HmIP-eTRV-B1
- Add HmIP-KRC4
- Add HmIP-PCBS-BAT
- Add HmIP-PCBS
- Add HmIP-PCBS2
- Add HmIP-SWDM-B2

Version 0.1.2 (2022-01-28)
- Add HmIP-DLS
- Add HmIP-HDM2
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.2'
VERSION = '0.1.3'

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.2'
VERSION = '0.1.3'

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

Expand Down

0 comments on commit 7be61a0

Please sign in to comment.