Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

release: v1.0.0a1 #17

Merged
merged 1 commit into from Sep 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 0.1.0 (released 2016-09-30)

- Initial public release.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.rst
Expand Up @@ -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
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-orcid==0.1.0
$ pip install invenio-orcid==1.0.0a1

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_orcid/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0.dev20160000"
__version__ = "1.0.0a1"