We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b383e4 + b11e7cf commit b7bd2caCopy full SHA for b7bd2ca
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v2.0.10](https://github.com/ably/ably-python/tree/v2.0.10)
4
+
5
+Fixed sync version of the library
6
7
## [v2.0.9](https://github.com/ably/ably-python/tree/v2.0.9)
8
9
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.8...v2.0.9)
ably/__init__.py
@@ -15,4 +15,4 @@
15
logger.addHandler(logging.NullHandler())
16
17
api_version = '3'
18
-lib_version = '2.0.9'
+lib_version = '2.0.10'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ably"
-version = "2.0.9"
+version = "2.0.10"
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
license = "Apache-2.0"
authors = ["Ably <support@ably.com>"]
0 commit comments