From 2ff47d10af2bc03b4d5556436d7db1f5e9148cc4 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Wed, 9 Mar 2016 09:36:56 +0100 Subject: [PATCH] release: v1.0.0a6 Signed-off-by: Lars Holm Nielsen --- CHANGES.rst | 2 +- RELEASE-NOTES.rst | 6 +++--- invenio_pidstore/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dda13a7..ef36c1c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,7 +24,7 @@ Changes ======= -Version 1.0.0a5 (released 2016-02-28) +Version 1.0.0a6 (released 2016-03-09) ------------------------------------- Incompatible changes diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index f5fbceb..84e3275 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ =========================== - Invenio-PIDStore v1.0.0a5 + Invenio-PIDStore v1.0.0a6 =========================== -Invenio-PIDStore v1.0.0a5 was released on February 28, 2016. +Invenio-PIDStore v1.0.0a6 was released on March 9, 2016. About ----- @@ -29,7 +29,7 @@ New features Installation ------------ - $ pip install invenio-pidstore==1.0.0a5 + $ pip install invenio-pidstore==1.0.0a6 Documentation ------------- diff --git a/invenio_pidstore/version.py b/invenio_pidstore/version.py index df03be5..d6b4381 100644 --- a/invenio_pidstore/version.py +++ b/invenio_pidstore/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.0a6.dev20160228" +__version__ = "1.0.0a6"