diff --git a/CHANGES.rst b/CHANGES.rst index d538f830..c73d4bdf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,21 @@ Changes ======= +Version 0.3.0 (release 2015-08-18) +---------------------------------- + +New features +~~~~~~~~~~~~ + +- Ports '/export' handler for formatting multiple records. + +Bug fixes +~~~~~~~~~ + +- Fixes imports of externalized packages and adds + 'invenio-collections' to dependency list. + + Version 0.2.1 (release 2015-08-12) ---------------------------------- diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index cc4756ef..c020d848 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ ======================== - Invenio-Records v0.2.1 + Invenio-Records v0.3.0 ======================== -Invenio-Records v0.2.1 was released on August 12, 2015. +Invenio-Records v0.3.0 was released on August 18, 2015. About ----- @@ -11,21 +11,26 @@ Invenio-Records is a metadata storage module. *This is an experimental development preview release.* +New features +------------ + +- Ports '/export' handler for formatting multiple records. + Bug fixes --------- -- Adapts tests for non-repeatable subfields fixed in DoJSON==0.1.1. -- Adds missing dependencies "JSONSchema" and "invenio-formatter". +- Fixes imports of externalized packages and adds + 'invenio-collections' to dependency list. Installation ------------ - $ pip install invenio-records==0.2.1 + $ pip install invenio-records==0.3.0 Documentation ------------- - http://invenio-records.readthedocs.org/en/v0.2.1 + http://invenio-records.readthedocs.org/en/v0.3.0 Happy hacking and thanks for flying Invenio-Records. diff --git a/invenio_records/version.py b/invenio_records/version.py index 338ceb25..d509d465 100644 --- a/invenio_records/version.py +++ b/invenio_records/version.py @@ -28,4 +28,4 @@ and parsed by ``setup.py``. """ -__version__ = "0.2.2.dev20150812" +__version__ = "0.3.0" diff --git a/requirements-devel.txt b/requirements-devel.txt index e6aab00e..a4b4d3d6 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -26,3 +26,4 @@ -e git+git://github.com/inveniosoftware/invenio-collections.git#egg=invenio-collections -e git+git://github.com/inveniosoftware/invenio-formatter.git#egg=invenio-formatter -e git+git://github.com/inveniosoftware/invenio-pidstore.git#egg=invenio-pidstore +-e git+git://github.com/inveniosoftware/invenio-search.git#egg=invenio-search