Skip to content

Commit

Permalink
release: v1.0.0a4
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Feb 8, 2016
1 parent 41f138e commit be50bcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0a3 (released 2016-01-07)
Version 1.0.0a4 (released 2016-02-08)
-------------------------------------

Incompatible changes
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
===========================
Invenio-PIDStore v1.0.0a3
Invenio-PIDStore v1.0.0a4
===========================

Invenio-PIDStore v1.0.0a3 was released on January 7, 2016.
Invenio-PIDStore v1.0.0a4 was released on February 8, 2016.

About
-----
Expand All @@ -29,7 +29,7 @@ New features
Installation
------------

$ pip install invenio-pidstore==1.0.0a3
$ pip install invenio-pidstore==1.0.0a4

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0a4.dev20160107"
__version__ = "1.0.0a4"

0 comments on commit be50bcf

Please sign in to comment.