Skip to content

Commit

Permalink
preparing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Apr 18, 2018
1 parent 0ca12e6 commit 7925e1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -r test-requirements.txt
- python setup.py develop
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,5 +1,10 @@
# CHANGES

## Release 0.8.1

- python 3.6 support
- tornado 5 support

## Release 0.8.0

- add support for automatic db selection in Client or Pool object (thanks
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@

setup(
name='tornadis',
version="0.8.0",
version="0.8.1",
author="Fabien MARTY",
author_email="fabien.marty@gmail.com",
url="https://github.com/thefab/tornadis",
Expand All @@ -54,6 +54,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Utilities',
'Topic :: System :: Distributed Computing',
'Topic :: Software Development',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@
# For info at http://tox.readthedocs.org/

[tox]
envlist = py27, py32, py33, py34
envlist = py27, py32, py33, py34, py35, py36

[testenv]
commands = nosetests
Expand Down

0 comments on commit 7925e1d

Please sign in to comment.