Skip to content

Commit 7da1f75

Browse files
author
github-actions
committed
2.7.1
Automatically generated by python-semantic-release
1 parent f1edae5 commit 7da1f75

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v2.7.0 (2025-02-02)
412

513
### Feature

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "bleak-esphome"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "2.7.0"
10+
release = "2.7.1"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak-esphome"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
description = "Bleak backend of ESPHome"
55
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)