Skip to content

Commit

Permalink
preparing the 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Sep 3, 2016
1 parent 2db7e56 commit b47f228
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGES

## Release 0.7.1

- python 3.5 support in CI
- complex pip requirements to support :
- python >= 3.2 with tornado 4.2 or tornado 4.3
- python >= 3.3 with tornado 4.4
- fix a bug with Pool in case of connection failure (thanks to Sergey Orlov)
- cosmetic changes in README

## Release 0.7.0

- better documentation and examples
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='tornadis',
version="0.7.0",
version="0.7.1",
author="Fabien MARTY",
author_email="fabien.marty@gmail.com",
url="https://github.com/thefab/tornadis",
Expand Down

0 comments on commit b47f228

Please sign in to comment.