diff --git a/CHANGES.rst b/CHANGES.rst index 038b703e..32de488f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,7 +25,7 @@ Changes ======= -Version 1.0.0a10 (released 2016-04-22) +Version 1.0.0a11 (released 2016-05-03) -------------------------------------- - Initial public release. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index b1186a3a..3dd7a88a 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ ================================ - Invenio-Records-REST v1.0.0a10 + Invenio-Records-REST v1.0.0a11 ================================ -Invenio-Records-REST v1.0.0a10 was released on April 22, 2016. +Invenio-Records-REST v1.0.0a11 was released on May 3, 2016. About ----- @@ -19,7 +19,7 @@ What's new Installation ------------ - $ pip install invenio-records-rest==1.0.0a10 + $ pip install invenio-records-rest==1.0.0a11 Documentation ------------- diff --git a/invenio_records_rest/version.py b/invenio_records_rest/version.py index e3106f5b..1c44d72d 100644 --- a/invenio_records_rest/version.py +++ b/invenio_records_rest/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.0.0a10' +__version__ = '1.0.0a11'