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 Aug 11, 2017
1 parent 0f8a5fa commit 4def379
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,15 @@
Changelog
=========

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

August 11, 2016

- 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)


Version 0.6.1
-------------

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.1'
version = '0.6.2'
# 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.1',
version='0.6.2',
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.1'
__version__ = '0.6.2'

from .app import Sickle
from sickle.response import OAIResponse

0 comments on commit 4def379

Please sign in to comment.