File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## [ v2.0.12] ( https://github.com/ably/ably-python/tree/v2.0.12 )
4
12
5
13
[ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.0.11...v2.0.12 )
Original file line number Diff line number Diff line change 15
15
logger .addHandler (logging .NullHandler ())
16
16
17
17
api_version = '3'
18
- lib_version = '2.0.12 '
18
+ lib_version = '2.0.13 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ably"
3
- version = " 2.0.12 "
3
+ version = " 2.0.13 "
4
4
description = " Python REST and Realtime client library SDK for Ably realtime messaging service"
5
5
license = " Apache-2.0"
6
6
authors = [" Ably <support@ably.com>" ]
You can’t perform that action at this time.
0 commit comments