File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,16 @@ $ pip install python-ddp
1717
1818## History
1919
20- ** Latest Version** 0.1.2
20+ ** Latest Version** 0.1.4
21+
22+ - BUGFIX - fix reconnect order (thanks [ @ppettit ] ( https://github.com/ppettit ) )
23+ - BUGFIX - fix breaking change < https://github.com/hharnisc/python-ddp/commit/5998839866fccfee8a456cb5cb2559a320f2203d > (thanks [ @ppettit ] ( https://github.com/ppettit ) )
24+
25+ ** Version** 0.1.3
26+
27+ - BUGFIX - closed python meteor [ issue #5 ] ( https://github.com/hharnisc/python-meteor/issues/5 )
28+
29+ ** Version** 0.1.2
2130
2231- BUGFIX - auto reconnect can now handle WebSocketExceptions (thanks [ @ppettit ] ( https://github.com/ppettit ) )
2332
Original file line number Diff line number Diff line change 66 readme = f .read ()
77
88setup (name = 'python-ddp' ,
9- version = '0.1.3 ' ,
9+ version = '0.1.4 ' ,
1010 description = 'An event driven ddp client' ,
1111 long_description = readme ,
1212 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments