diff --git a/CHANGES.rst b/CHANGES.rst index e0f95ec..b4eca48 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Version 0.6 ------------ +Version 0.6.1 +------------- November 13, 2016 diff --git a/docs/conf.py b/docs/conf.py index 5fbcdef..7d29c87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # built documents. # # The short X.Y version. -version = '0.6' +version = '0.6.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index d040df4..ea7f19a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='Sickle', - version='0.6', + version='0.6.1', url='http://github.com/mloesch/sickle', license='BSD', author='Mathias Loesch', diff --git a/sickle/__init__.py b/sickle/__init__.py index 5d96b90..be70677 100644 --- a/sickle/__init__.py +++ b/sickle/__init__.py @@ -8,7 +8,7 @@ :copyright: Copyright 2015 Mathias Loesch """ -__version__ = '0.6' +__version__ = '0.6.1' from .app import Sickle from sickle.response import OAIResponse