Skip to content

Commit

Permalink
release: v1.0.0a3
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Moskovic <michamos@gmail.com>
  • Loading branch information
michamos committed Sep 22, 2017
1 parent 85710fc commit b28fdc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===============================
Invenio-OAIHarvester v1.0.0a2
Invenio-OAIHarvester v1.0.0a3
===============================

Invenio-OAIHarvester v1.0.0a2 was released on June 15, 2016.
Invenio-OAIHarvester v1.0.0a3 was released on September 22, 2017.

About
-----
Expand All @@ -24,7 +24,7 @@ Incompatible changes
Installation
------------

$ pip install invenio-oaiharvester==1.0.0a2
$ pip install invenio-oaiharvester==1.0.0a3

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_oaiharvester/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, unicode_literals

__version__ = "1.0.0a3.dev20160623"
__version__ = "1.0.0a3"

0 comments on commit b28fdc1

Please sign in to comment.