Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Jan 3, 2023
1 parent 94759bf commit f378e0c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 0.1.4 (2023-01-03)
- Add HB-LC-Sw1PBU-FM
- Add HB-LC-Sw2PBU-FM
- Add HB-UNI-Sen-TEMP-DS18B20
- Add HmIP-MOD-HO
- Add HB-UNI-Sensor-TH-SHT75
- Add ELV-SH-BS2
- Add HB-UNI-Sen-PRESS
- Add ALPHA-IP-RBG
- Add HmIP-WTH-1
- Add HmIP-eTRV-2 I9F
- Refreshed HmIP-PCBS
- Refreshed HmIP-PCBS2
- Refreshed HmIP-PCBS-BAT
- Refreshed HmIP-eTRV-B1
- Refreshed HmIP-SWDM-B2
- Refreshed HB-LC-Bl1PBU-FM
- Refreshed HB-UNI-Sen-TEMP-DS18B20
- Refreshed HB-UNI-Sensor1

Version 0.1.3 (2022-02-09)
- Add HB-LC-Bl1PBU-FM
- Add HB-UNI-Sensor1
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.3'
VERSION = '0.1.4'

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.3'
VERSION = '0.1.4'

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

Expand Down

0 comments on commit f378e0c

Please sign in to comment.