We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b7016 commit 9cbdfe0Copy full SHA for 9cbdfe0
CHANGES.md
@@ -1,5 +1,11 @@
1
# CHANGES
2
3
+## Release 0.6.0
4
+
5
+- add aggressive_write option
6
+- (potential) important API change if you use positional arguments in the
7
+ Client constructor => please use named arguments now
8
9
## Release 0.5.0
10
11
- add tcp_nodelay option
setup.py
@@ -21,7 +21,7 @@
21
line.startswith('--'))]
22
setup(
23
name='tornadis',
24
- version="0.5.0",
+ version="0.6.0",
25
author="Fabien MARTY",
26
author_email="fabien.marty@gmail.com",
27
url="https://github.com/thefab/tornadis",
0 commit comments