diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ecf001..6aa3453 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.13.0" + ".": "7.13.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3e4ae..3df6230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,13 @@ ACK streams that never make progress (previously loops without a progress guarantee, reachable only with buggy/hostile firmware). +## [7.13.1](https://github.com/OpenDisplay/py-opendisplay/compare/v7.13.0...v7.13.1) (2026-07-17) + + +### Bug Fixes + +* **transport:** close all BLE notification-watcher leak paths ([d99313a](https://github.com/OpenDisplay/py-opendisplay/commit/d99313a11d07913db3fc0c5d13bce60544e4fcb6)) + ## [7.13.0](https://github.com/OpenDisplay/py-opendisplay/compare/v7.12.0...v7.13.0) (2026-07-16) diff --git a/pyproject.toml b/pyproject.toml index e059b87..c200fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "py-opendisplay" -version = "7.13.0" +version = "7.13.1" description = "Python library for OpenDisplay BLE e-paper displays" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index dfbe5ce..b83f883 100644 --- a/uv.lock +++ b/uv.lock @@ -891,7 +891,7 @@ wheels = [ [[package]] name = "py-opendisplay" -version = "7.13.0" +version = "7.13.1" source = { editable = "." } dependencies = [ { name = "bleak" },