From e2e89b20746b7e0cb7f3c6c25cdf80c3184cd3d9 Mon Sep 17 00:00:00 2001 From: evgeny Date: Thu, 24 Apr 2025 14:12:57 +0100 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 eb0d2ebe..fc1861e3 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -15,4 +15,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.0.11' +lib_version = '2.0.12' diff --git a/pyproject.toml b/pyproject.toml index 8b75b06f..66db0687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.0.11" +version = "2.0.12" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "] From e462bf6effd5ed7b569e531c4aefcadcb425e9a0 Mon Sep 17 00:00:00 2001 From: evgeny Date: Thu, 24 Apr 2025 14:16:14 +0100 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 92cee1bc..702321cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.0.12](https://github.com/ably/ably-python/tree/v2.0.12) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.11...v2.0.12) + +**Closed issues:** +- The REST client’s retry mechanism doesn’t follow the spec and doesn’t retry when it should [\#597](https://github.com/ably/ably-python/issues/597) + ## [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)