From 830c914af98ab9fd2810e85109886a8e24cbf582 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Sat, 11 Jan 2025 10:40:08 +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 19e464bf..7a0757b1 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -15,4 +15,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.0.7' +lib_version = '2.0.8' diff --git a/pyproject.toml b/pyproject.toml index 47cb8604..00c6b49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.0.7" +version = "2.0.8" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "] From d16ad43c447e085b1baaa30ff7dd24021a5ce007 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Sat, 11 Jan 2025 10:40:22 +0000 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b99665b8..680d1294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.0.8](https://github.com/ably/ably-python/tree/v2.0.8) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.7...v2.0.8) + +**Fixed bugs:** + +- Fix `TypeError: '>' not supported between instances of 'float' and 'NoneType'` in http [\#573](https://github.com/ably/ably-python/pull/573) + ## [v2.0.7](https://github.com/ably/ably-python/tree/v2.0.7) [Full Changelog](https://github.com/ably/ably-python/compare/v2.0.6...v2.0.7)