From e67966d65caf593c4264a64e4fb07ad842ef0743 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 25 Aug 2023 15:11:01 +0000 Subject: [PATCH 1/2] upgraded lib version --- 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 1e0f98f0..9c3e3495 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -15,4 +15,4 @@ logger.addHandler(logging.NullHandler()) api_version = '3' -lib_version = '2.0.1' +lib_version = '2.0.2' diff --git a/pyproject.toml b/pyproject.toml index 9315719a..d62557cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ably" -version = "2.0.1" +version = "2.0.2" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" license = "Apache-2.0" authors = ["Ably "] From 3b092c40c652e92f496ea89f894e683710205e9d Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 25 Aug 2023 15:12:55 +0000 Subject: [PATCH 2/2] updated changelog file --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21920bf..d11a1d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v2.0.2](https://github.com/ably/ably-python/tree/v2.0.2) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.1...v2.0.2) + +**Closed issues:** + +- Update httpx dependency to version 0.24.1 or higher [\#523](https://github.com/ably/ably-python/issues/523) + +**Merged pull requests:** + +- Updated poetry httpx dependency and lock file [\#524](https://github.com/ably/ably-python/pull/524) ([sacOO7](https://github.com/sacOO7)) + ## [v2.0.1](https://github.com/ably/ably-python/tree/v2.0.1) [Full Changelog](https://github.com/ably/ably-python/compare/v2.0.0...v2.0.1)