Skip to content

Commit

Permalink
Invenio-Records v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Aug 19, 2015
1 parent 3c8c4ff commit 428373e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
----------------------------------

Expand Down
17 changes: 11 additions & 6 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion invenio_records/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.2.2.dev20150812"
__version__ = "0.3.0"
1 change: 1 addition & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 428373e

Please sign in to comment.