Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mloesch committed Nov 13, 2016
1 parent eed4163 commit 6258c0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,8 @@
Changelog
=========

Version 0.6
-----------
Version 0.6.1
-------------

November 13, 2016

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sickle/__init__.py
Expand Up @@ -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

0 comments on commit 6258c0c

Please sign in to comment.