From cbff4d8ea134dcb63de3ec7f8efca82e001cfab4 Mon Sep 17 00:00:00 2001 From: SukramJ Date: Fri, 31 Dec 2021 14:33:13 +0100 Subject: [PATCH] Update version (#111) --- changelog.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index b17d81a4..b91a7a67 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version 0.9.2 (2021-12-31) +Version 0.10.0 (2021-12-31) - Make reset_motion, reset_presence a button - add check to device_name / Fixes diff --git a/setup.py b/setup.py index 8856f3a9..488d0b75 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): }, PACKAGE_NAME = "hahomematic" HERE = os.path.abspath(os.path.dirname(__file__)) -VERSION = "0.9.1" +VERSION = "0.10.0" PACKAGES = find_packages(exclude=["tests", "tests.*", "dist", "build"])