Skip to content

Commit

Permalink
release: v1.0.0a16
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 Jun 2, 2016
1 parent 512c76b commit a733ad9
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.0a15 (released 2016-04-22)
Version 1.0.0a16 (released 2016-06-02)
--------------------------------------

What's new
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
===========================
Invenio-Records v1.0.0a15
Invenio-Records v1.0.0a16
===========================

Invenio-Records v1.0.0a15 was released on April 22, 2016.
Invenio-Records v1.0.0a16 was released on June 2, 2016.

About
-----
Expand Down Expand Up @@ -35,7 +35,7 @@ Bug fixes
Installation
------------

$ pip install invenio-records==1.0.0a15
$ pip install invenio-records==1.0.0a16

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0a16.dev20160425"
__version__ = "1.0.0a16"

0 comments on commit a733ad9

Please sign in to comment.