Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
  • Loading branch information
jalavik committed Jun 15, 2016
1 parent f0e9d4e commit e055754
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changes
=======

Version 1.0.0a1 (released 2016-06-15)

Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- Brings a major rewrite based on Invenio v3.0.0 release series.


Version 0.1.1 (released 2015-08-25)

- Adds missing `invenio_upgrader` dependency and amends past upgrade
Expand Down
24 changes: 13 additions & 11 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=============================
Invenio-OAIHarvester v0.1.1
=============================
===============================
Invenio-OAIHarvester v1.0.0a1
===============================

Invenio-OAIHarvester v0.1.1 was released on August 25, 2015.
Invenio-OAIHarvester v1.0.0a1 was released on June 15, 2016.

About
-----
Expand All @@ -11,23 +11,25 @@ Invenio module for OAI-PMH metadata harvesting between repositories.

*This is an experimental development preview release.*

Bug fixes
---------

- Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package.
Changes
-------

Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- Brings a major rewrite based on Invenio v3.0.0 release series.

- Fixes imports due to separation of invenio-workflows. (#9)

Installation
------------

$ pip install invenio-oaiharvester==0.1.1
$ pip install invenio-oaiharvester==1.0.0a1

Documentation
-------------

http://invenio-oaiharvester.readthedocs.org/en/v0.1.1
http://pythonhosted.org/invenio-oaiharvester/

Happy hacking and thanks for flying Invenio-OAIHarvester.

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.0a1.dev20160406"
__version__ = "1.0.0a1"

0 comments on commit e055754

Please sign in to comment.