File tree 3 files changed +10
-2
lines changed
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.8] ( https://github.com/ably/ably-python/tree/v2.0.8 )
4
+
5
+ [ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.0.7...v2.0.8 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - Fix ` TypeError: '>' not supported between instances of 'float' and 'NoneType' ` in http [ \# 573] ( https://github.com/ably/ably-python/pull/573 )
10
+
3
11
## [ v2.0.7] ( https://github.com/ably/ably-python/tree/v2.0.7 )
4
12
5
13
[ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.0.6...v2.0.7 )
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.7 '
18
+ lib_version = '2.0.8 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ably"
3
- version = " 2.0.7 "
3
+ version = " 2.0.8 "
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 <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments