From 568d773a51075669fa739401295ad7086466d11d Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Thu, 6 Nov 2025 17:21:38 +0000 Subject: [PATCH 1/2] chore: bump version for 2.1.2 release --- 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 221aef2b..d1c12f01 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -16,4 +16,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.1.1' +lib_version = '2.1.2' diff --git a/pyproject.toml b/pyproject.toml index 3ca692f4..4eedd26a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.1.1" +version = "2.1.2" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "] From af92cf2ef37b3dca600c8c7c87574c8258b9912c Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Thu, 6 Nov 2025 17:25:50 +0000 Subject: [PATCH 2/2] chore: update changelog for 2.1.2 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc495d7c..834fa33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v2.1.2](https://github.com/ably/ably-python/tree/v2.1.2) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.1...v2.1.2) + +## What's Changed + +- Support `methoddispatch` version 5 [\#634](https://github.com/ably/ably-python/pull/634) +- Support `pyee` version 13 [\#635](https://github.com/ably/ably-python/pull/635) + ## [v2.1.1](https://github.com/ably/ably-python/tree/v2.1.1) [Full Changelog](https://github.com/ably/ably-python/compare/v2.1.0...v2.1.1)