diff --git a/CHANGES.rst b/CHANGES.rst index b0e31ed..b033c09 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,6 @@ Changes ======= -Version 0.1.0 (released TBD) +Version 0.1.0 (released 2016-09-30) - Initial public release. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index db73b15..365ce4d 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -2,7 +2,7 @@ Invenio-ORCID v0.1.0 ====================== -Invenio-ORCID v0.1.0 was released on TBD, 2016. +Invenio-ORCID v0.1.0 was released on September 30, 2016. About ----- @@ -19,7 +19,7 @@ What's new Installation ------------ - $ pip install invenio-orcid==0.1.0 + $ pip install invenio-orcid==1.0.0a1 Documentation ------------- diff --git a/invenio_orcid/version.py b/invenio_orcid/version.py index e9956a3..93180fc 100644 --- a/invenio_orcid/version.py +++ b/invenio_orcid/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.1.0.dev20160000" +__version__ = "1.0.0a1"