From eead49268dbeaf44f9d69e93ea9592d74e5afaa0 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Tue, 4 Mar 2025 14:05:20 +0000 Subject: [PATCH 1/2] chore: bump version number --- ably/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ably/__init__.py b/ably/__init__.py index 9ea3cb8e..eb0d2ebe 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -15,4 +15,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.0.10' +lib_version = '2.0.11' diff --git a/pyproject.toml b/pyproject.toml index b0108c65..fe361f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.0.10" +version = "2.0.11" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "] From 83729240b1f30651ca8907bb082307e89dc11cc3 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Tue, 4 Mar 2025 14:05:43 +0000 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1c7c9c..92cee1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.0.11](https://github.com/ably/ably-python/tree/v2.0.11) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.10...v2.0.11) + +**Closed issues:** +- Support `websockets` version 13 [\#591](https://github.com/ably/ably-python/issues/591) + ## [v2.0.10](https://github.com/ably/ably-python/tree/v2.0.10) Fixed sync version of the library