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 May 11, 2016
1 parent aed27a2 commit 517e2f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a3 (released 2016-05-04)
Version 1.0.0a4 (released 2016-05-11)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===========================
Invenio-Migrator v1.0.0a3
Invenio-Migrator v1.0.0a4
===========================

Invenio-Migrator v1.0.0a3 was released on May 4, 2016.
Invenio-Migrator v1.0.0a4 was released on May 11, 2016.

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

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

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_migrator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a4.dev20160505"
__version__ = "1.0.0a4"

0 comments on commit 517e2f2

Please sign in to comment.