File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v2.0.5] ( https://github.com/ably/ably-python/tree/v2.0.5 )
4
+
5
+ [ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.0.4...v2.0.5 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - Question: Bump websockets version [ \# 556] ( https://github.com/ably/ably-python/issues/556 )
10
+ - "RuntimeError: no running event loop" exception when connecting to Realtime [ \# 555] ( https://github.com/ably/ably-python/issues/555 )
11
+
12
+ ** Merged pull requests:**
13
+
14
+ - Bumped up websocket lib [ \# 557] ( https://github.com/ably/ably-python/pull/557 ) ([ sacOO7] ( https://github.com/sacOO7 ) )
15
+
3
16
## [ v2.0.4] ( https://github.com/ably/ably-python/tree/v2.0.4 )
4
17
5
18
[ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.0.3...v2.0.4 )
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.4 '
18
+ lib_version = '2.0.5 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ably"
3
- version = " 2.0.4 "
3
+ version = " 2.0.5 "
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