Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 5, 2024
1 parent 256feee commit d4fd8a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v1.13.0 (2024-10-05)

### Feature

* feat: add support for Python 3.13 (#41) ([`256feee`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/256feeeaea516fcec00dc0f80754803755c1c12d))


## v1.12.2 (2024-06-24)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "home-assistant-bluetooth"
version = "1.12.2"
version = "1.13.0"
description = "Home Assistant Bluetooth Models and Helpers"
authors = ["J. Nick Koston <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/home_assistant_bluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.12.2"
__version__ = "1.13.0"


from habluetooth import BluetoothServiceInfo, BluetoothServiceInfoBleak
Expand Down

0 comments on commit d4fd8a5

Please sign in to comment.