Skip to content

Commit

Permalink
release: v1.0.0a6
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban J. G. Gabancho <esteban.gabancho@gmail.com>
  • Loading branch information
egabancho committed Feb 17, 2016
1 parent f1577f8 commit 30784e6
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,7 +25,7 @@
Changes
=======

Version 1.0.0a5 (released 2016-02-05)
Version 1.0.0a6 (released 2016-02-17)
-------------------------------------

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

Invenio-Records-REST v1.0.0a5 was released on February 8, 2016.
Invenio-Records-REST v1.0.0a6 was released on February 17, 2016.

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

$ pip install invenio-records-rest==1.0.0a5
$ pip install invenio-records-rest==1.0.0a6

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

from __future__ import absolute_import, print_function

__version__ = '1.0.0a6.dev20160209'
__version__ = '1.0.0a6'

0 comments on commit 30784e6

Please sign in to comment.