We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3798b71 + 5ffdf07 commit fa2c7b3Copy full SHA for fa2c7b3
2 files changed
CHANGELOG.md
@@ -7,6 +7,7 @@
7
**Implemented enhancements:**
8
9
- Add support to get channel lifecycle status [\#271](https://github.com/ably/ably-python/issues/271)
10
+- Migrate project to poetry [\#305](https://github.com/ably/ably-python/issues/305)
11
12
## [v1.2.0](https://github.com/ably/ably-python/tree/v1.2.0)
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ably"
3
-version = "1.2.0"
+version = "1.2.1"
4
description = "Python REST client library SDK for Ably realtime messaging service"
5
license = "Apache-2.0"
6
authors = ["Ably <[email protected]>"]
0 commit comments