Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Aug 20, 2016
1 parent 13e7486 commit 5879c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ Apache License 2.0
History
=======

1.1.1 (2016-08-20)
-------------------
* Fix a bug

- #1 Fix parameter handling

1.1.0 (2016-02-03)
-------------------
* Add timeout to server invoker
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='testing.redis',
version='1.1.0',
version='1.1.1',
description='automatically setups a redis instance in a temporary directory, and destroys it after testing',
long_description=open('README.rst').read(),
classifiers=classifiers,
Expand Down

0 comments on commit 5879c63

Please sign in to comment.