Skip to content

Commit 5007cb6

Browse files
authored
Merge pull request #615 from ably/release/2.0.13
Release/2.0.13
2 parents b165eb2 + 28ff3f8 commit 5007cb6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [v2.0.13](https://github.com/ably/ably-python/tree/v2.0.13)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.12...v2.0.13)
6+
7+
## What's Changed
8+
* Removed await from sync `connect()` function call by @kavindail in https://github.com/ably/ably-python/pull/605
9+
* Upgraded websockets dependency to support 15+ by @ttypic in https://github.com/ably/ably-python/pull/612
10+
311
## [v2.0.12](https://github.com/ably/ably-python/tree/v2.0.12)
412

513
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.11...v2.0.12)

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.12'
18+
lib_version = '2.0.13'

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.12"
3+
version = "2.0.13"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
license = "Apache-2.0"
66
authors = ["Ably <support@ably.com>"]

0 commit comments

Comments
 (0)