Skip to content

Commit

Permalink
Merge pull request #525 from ably/release/2.0.2
Browse files Browse the repository at this point in the history
Release/2.0.2
  • Loading branch information
owenpearson authored Aug 29, 2023
2 parents f7594f2 + 3b092c4 commit 9b7c951
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
logger.addHandler(logging.NullHandler())

api_version = '3'
lib_version = '2.0.1'
lib_version = '2.0.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <support@ably.com>"]
Expand Down

0 comments on commit 9b7c951

Please sign in to comment.