From 25afce438ae6f416df357414950066459c118c1d Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Wed, 10 Jan 2018 12:21:16 +0100 Subject: [PATCH] Prepare 0.11.6 release --- docs/changes.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 833b10df..0f318885 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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 ====== diff --git a/setup.py b/setup.py index 202aa5a2..0283c514 100644 --- a/setup.py +++ b/setup.py @@ -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'),