We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1edae5 commit 7da1f75Copy full SHA for 7da1f75
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.7.1 (2025-02-04)
4
+
5
+### Fix
6
7
8
+- Update poetry to v2 (#93) ([`f1edae5`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/f1edae54bba1320c6f8292e837f14720baa79f13))
9
10
11
## v2.7.0 (2025-02-02)
12
13
### Feature
docs/conf.py
@@ -7,7 +7,7 @@
project = "bleak-esphome"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
-release = "2.7.0"
+release = "2.7.1"
# General configuration
extensions = [
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bleak-esphome"
-version = "2.7.0"
+version = "2.7.1"
description = "Bleak backend of ESPHome"
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
license = "MIT"
0 commit comments