Skip to content

Commit

Permalink
Merge pull request #372 from ably/release/1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
owenpearson authored Nov 22, 2022
2 parents cfbb1bb + 4376cfe commit 382e824
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.2.2](https://github.com/ably/ably-python/tree/v1.2.2)

[Full Changelog](https://github.com/ably/ably-python/compare/v1.2.1...v1.2.2)

- Upgrade httpx and respx dependencies [\#369](https://github.com/ably/ably-python/pull/369)

## [v1.2.1](https://github.com/ably/ably-python/tree/v1.2.1)

[Full Changelog](https://github.com/ably/ably-python/compare/v1.2.0...v1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
logger.addHandler(logging.NullHandler())

api_version = '1.2'
lib_version = '1.2.1'
lib_version = '1.2.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 = "1.2.1"
version = "1.2.2"
description = "Python REST client library SDK for Ably realtime messaging service"
license = "Apache-2.0"
authors = ["Ably <[email protected]>"]
Expand Down

0 comments on commit 382e824

Please sign in to comment.