From d78b3f0a0b6dfc57ef61cbdaa5a7a6e550fc4eec Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 6 Mar 2024 16:54:10 +0100 Subject: [PATCH] Update changelog, bump version --- changelog.txt | 6 ++++++ pydevccu/const.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 79ef3f6..8e7011d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Version 0.1.8 (2024-03-06) +- Add HB-LC-Bl1-Velux +- Add HBW-LC4-IN4-DR +- Add HmIP-ESI +- Add HmIP-FWI + Version 0.1.7 (2023-10-17) - Add HmIPW-SCTHD - Add HmIP-eTRV-B-2 R4M diff --git a/pydevccu/const.py b/pydevccu/const.py index c12a726..64b3c72 100644 --- a/pydevccu/const.py +++ b/pydevccu/const.py @@ -2,7 +2,7 @@ Constants used in pydevccu """ -VERSION = '0.1.7' +VERSION = '0.1.8' IP_LOCALHOST_V4 = '127.0.0.1' IP_LOCALHOST_V6 = '::1'