Skip to content

Commit

Permalink
Invenio-Records v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <[email protected]>
  • Loading branch information
jirikuncar committed Aug 12, 2015
1 parent b57eadf commit 26be336
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 66 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ missing
node_modules/
org.eclipse.core.resources.prefs
tags

# ignore compiled translations
*.mo
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
Changes
=======

Version 0.2.1 (release 2015-08-12)
----------------------------------

Bug fixes
~~~~~~~~~

- Adapts tests for non-repeatable subfields fixed in DoJSON==0.1.1.
- Adds missing dependencies "JSONSchema" and "invenio-formatter".

Version 0.2.0 (release 2015-07-29)
----------------------------------

Expand Down
7 changes: 5 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include *.py
include *.rst
include *.txt
include LICENSE
include babel.ini
include pytest.ini
include tox.ini
recursive-include docs *.py
Expand All @@ -35,8 +36,10 @@ recursive-include invenio_records *.cfg
recursive-include invenio_records *.css
recursive-include invenio_records *.html
recursive-include invenio_records *.js
recursive-include invenio_records *.mo
recursive-include invenio_records *.po
recursive-include invenio_records *.pot
recursive-include invenio_records *.py
recursive-include misc *.py
recursive-include misc *.rst
recursive-include tests *.cfg
recursive-include tests *.py
recursive-include tests *.xml
24 changes: 6 additions & 18 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
========================
Invenio-Records v0.2.0
Invenio-Records v0.2.1
========================

Invenio-Records v0.2.0 was released on July 29, 2015.
Invenio-Records v0.2.1 was released on August 12, 2015.

About
-----
Expand All @@ -11,33 +11,21 @@ Invenio-Records is a metadata storage module.

*This is an experimental development preview release.*

New features
------------

- Moves PID provider for recids and Datacite tasks from Invenio.
- Adds new config variable RECORD_PROCESSORS that allows to specify
which processors to use depending on the input type.

Improved features
-----------------

- If no record is found return `None` instead of raising
`AttributeError`.

Bug fixes
---------

- Fixes export of records in non HTML formats.
- Adapts tests for non-repeatable subfields fixed in DoJSON==0.1.1.
- Adds missing dependencies "JSONSchema" and "invenio-formatter".

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

$ pip install invenio-records==0.2.0
$ pip install invenio-records==0.2.1

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

http://invenio-records.readthedocs.org/en/v0.2.0
http://invenio-records.readthedocs.org/en/v0.2.1

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.1.dev20150729"
__version__ = "0.2.1"
23 changes: 0 additions & 23 deletions misc/header.py

This file was deleted.

22 changes: 0 additions & 22 deletions misc/header.rst

This file was deleted.

0 comments on commit 26be336

Please sign in to comment.