Skip to content

Commit

Permalink
release: v1.0.0a8
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 May 13, 2016
1 parent 7087688 commit 3272508
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 @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a7 (released 2016-04-21)
Version 1.0.0a8 (released 2016-05-13)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-REST v1.0.0a7
Invenio-REST v1.0.0a8
=======================

Invenio-REST v1.0.0a7 was released on April 21, 2016.
Invenio-REST v1.0.0a8 was released on May 13, 2016.

About
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-rest==1.0.0a7
$ pip install invenio-rest==1.0.0a8

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0a8.dev20160421"
__version__ = "1.0.0a8"

0 comments on commit 3272508

Please sign in to comment.