From 11828c560be6f49e2ceed5b0a8fae5ce276c6bb9 Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 13 Mar 2026 13:47:19 +0000 Subject: [PATCH 1/2] chore: bump version to 3.1.1 --- ably/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ably/__init__.py b/ably/__init__.py index 076f1ef1..e0da06b6 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -21,4 +21,4 @@ logger.addHandler(logging.NullHandler()) api_version = '5' -lib_version = '3.1.0' +lib_version = '3.1.1' diff --git a/pyproject.toml b/pyproject.toml index 5876852b..514a8531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ably" -version = "3.1.0" +version = "3.1.1" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" readme = "LONG_DESCRIPTION.rst" requires-python = ">=3.7" diff --git a/uv.lock b/uv.lock index 59229bde..218a5a33 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ [[package]] name = "ably" -version = "3.1.0" +version = "3.1.1" source = { editable = "." } dependencies = [ { name = "h2", version = "4.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" }, From 5b5b685ba529d9a9fb00fcd15cd49a9a3ef46e5a Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 13 Mar 2026 13:49:58 +0000 Subject: [PATCH 2/2] docs: update changelog for v3.1.1 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcde3f51..07dca25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v3.1.1](https://github.com/ably/ably-python/tree/v3.1.1) + +[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.0...v3.1.1) + +### What's Changed + +- Fixed handling of normal WebSocket close frames and improved reconnection logic [#672](https://github.com/ably/ably-python/pull/672) + ## [v3.1.0](https://github.com/ably/ably-python/tree/v3.1.0) [Full Changelog](https://github.com/ably/ably-python/compare/v3.0.0...v3.1.0)