Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mloesch committed Apr 8, 2018
1 parent bac01ac commit 337e67b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
@@ -1,10 +1,20 @@
Changelog
=========



Version 0.6.3
-------------

April 8, 2018

- fix unicode problems (issues 20 & 22)


Version 0.6.2
-------------

August 11, 2016
August 11, 2017

- missing datestamp and identifier elements in record header don't break harvesting
- lxml resolve_entities disabled (http://lxml.de/FAQ.html#how-do-i-use-lxml-safely-as-a-web-service-endpoint)
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.2'
version = '0.6.3'
# 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.2',
version='0.6.3',
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.2'
__version__ = '0.6.3'

from .app import Sickle
from sickle.response import OAIResponse

0 comments on commit 337e67b

Please sign in to comment.