Skip to content

Commit 9cbdfe0

Browse files
committed
new release
1 parent 15b7016 commit 9cbdfe0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGES
22

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+
39
## Release 0.5.0
410

511
- add tcp_nodelay option

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
line.startswith('--'))]
2222
setup(
2323
name='tornadis',
24-
version="0.5.0",
24+
version="0.6.0",
2525
author="Fabien MARTY",
2626
author_email="fabien.marty@gmail.com",
2727
url="https://github.com/thefab/tornadis",

0 commit comments

Comments
 (0)