Skip to content

Commit 95fcb6e

Browse files
authored
Merge pull request #594 from ably/release/2.0.11
Release 2.0.11
2 parents b439046 + 8372924 commit 95fcb6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v2.0.11](https://github.com/ably/ably-python/tree/v2.0.11)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.10...v2.0.11)
6+
7+
**Closed issues:**
8+
- Support `websockets` version 13 [\#591](https://github.com/ably/ably-python/issues/591)
9+
310
## [v2.0.10](https://github.com/ably/ably-python/tree/v2.0.10)
411

512
Fixed sync version of the library

ably/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
logger.addHandler(logging.NullHandler())
1616

1717
api_version = '3'
18-
lib_version = '2.0.10'
18+
lib_version = '2.0.11'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ably"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
license = "Apache-2.0"
66
authors = ["Ably <[email protected]>"]

0 commit comments

Comments
 (0)