diff --git a/changelog.txt b/changelog.txt index e8838ee..ad73d62 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/pydevccu/const.py b/pydevccu/const.py index 847bb4c..8aeb711 100644 --- a/pydevccu/const.py +++ b/pydevccu/const.py @@ -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' diff --git a/setup.py b/setup.py index 23da190..51808b3 100644 --- a/setup.py +++ b/setup.py @@ -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'])