Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed May 9, 2015
1 parent 7265468 commit 19f4d03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGES

## Release 0.3.0

- autoconnect feature (#8) (see autoconnect option)
- bugfix: behaviour with empty pipeline (#10)
- BREAKING CHANGE: split call() method in call() (for futures) and
async_call() (for regular callbacks)
- BREAKING CHANGE: fix some problems in case of connection drop
(see return_connection_error option)
- update requirements
- benchmark script is not py3 compatible

## Release 0.2.2

- fix issue #5 (typo in 0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
line.startswith('--'))]
setup(
name='tornadis',
version="0.2.2",
version="0.3.0",
author="Fabien MARTY",
author_email="[email protected]",
url="https://github.com/thefab/tornadis",
Expand Down

0 comments on commit 19f4d03

Please sign in to comment.