Skip to content

Commit

Permalink
Prepare release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mloesch committed Jan 12, 2020
1 parent 79d7c72 commit cdfcc7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Changelog
=========

Version 0.6.5
-------------

January 12, 2020

- fix: repr methods where causing an exception on Python 3 (https://github.com/mloesch/sickle/issues/30)



Version 0.6.4
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
import sys

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = '0.6.4'
version = '0.6.5'
# 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.4',
version='0.6.5',
url='http://github.com/mloesch/sickle',
license='BSD',
author='Mathias Loesch',
Expand Down
4 changes: 2 additions & 2 deletions sickle/__init__.py
Expand Up @@ -8,7 +8,7 @@
:copyright: Copyright 2015 Mathias Loesch
"""

__version__ = '0.6.4'
__version__ = '0.6.5'

from .app import Sickle
from sickle.response import OAIResponse
from .app import Sickle

0 comments on commit cdfcc7b

Please sign in to comment.