Skip to content

Commit

Permalink
Prepare 0.11.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Riemenschneider committed Jan 10, 2018
1 parent bd22184 commit 25afce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
*********
0.11.6
======
* Support seek() and tell() API for file handles in opened in the botostore.
* Support seek() and tell() API for file handles opened in the botostore.

0.11.5
======
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):


setup(name='simplekv',
version='0.11.5',
version='0.11.6',
description=('A key-value storage for binary data, support many '
'backends.'),
long_description=read('README.rst'),
Expand Down

0 comments on commit 25afce4

Please sign in to comment.