diff --git a/CHANGELOG.md b/CHANGELOG.md index c50c63e..7e52c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.1.0 (2024-10-05) + +### Feature + +- Add support for python 3.13 (#19) ([`c3f2575`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c3f2575c9b942c1d89fb0f804b943678a6e75044)) + ## v1.0.0 (2024-02-18) ### Breaking diff --git a/docs/conf.py b/docs/conf.py index c2562d7..263a473 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "bleak-esphome" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "1.0.0" +release = "1.1.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 3e24442..ed97472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bleak-esphome" -version = "1.0.0" +version = "1.1.0" description = "Bleak backend of ESPHome" authors = ["J. Nick Koston "] license = "MIT"