From 6fbfb767d222a90b6af7aca1a6f16b03682be0be Mon Sep 17 00:00:00 2001 From: Stephen Augenstein Date: Sun, 20 Nov 2022 11:35:55 -0500 Subject: [PATCH] Bump version to 0.11.0 --- CHANGELOG.md | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac91b64..cd6059f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## FUTURE +## 0.11.0 + * Re-write MQTT client to make Home Assistant config easier, and add most fields to Home Assistant config * Add new command line flag to control what fields get configured in Home Assistant * Add power_off control to AC200M (@slash5k1) diff --git a/setup.cfg b/setup.cfg index 9006dd9..5e63948 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bluetti_mqtt -version = 0.10.0 +version = 0.11.0 url = http://github.com/warhammerkid/bluetti_mqtt author = Stephen Augenstein author_email = perl.programmer@gmail.com