Skip to content

Commit d50a6dc

Browse files
committed
Update README and bump dist tag
1 parent 5f3941c commit d50a6dc

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
readme = f.read()
77

88
setup(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',

0 commit comments

Comments
 (0)