Skip to content

Commit

Permalink
Invenio-Records v0.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <[email protected]>
  • Loading branch information
jirikuncar committed Sep 14, 2015
1 parent 5abf7dc commit 46f4d4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
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.3.3 (released 2015-09-14)
-----------------------------------

Bug fixes
~~~~~~~~~

- Adds missing `invenio_base` dependency.
- Removes dependency on JSONAlchemy from Invenio package.

Version 0.3.2 (released 2015-09-06)
-----------------------------------

Expand Down
22 changes: 6 additions & 16 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
========================
Invenio-Records v0.3.2
Invenio-Records v0.3.3
========================

Invenio-Records v0.3.2 was released on September 6, 2015.
Invenio-Records v0.3.3 was released on September 14, 2015.

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

*This is an experimental developer preview release.*

Incompatible changes
--------------------

- Removes dependency on legacy bibdocfile module.
(addresses inveniosoftware/invenio#3233)

Bug fixes
---------

- Disables autoflush when pulling records out of the database, to
prevent superfluous call to `flush()`. (#24)
- Adds missing `invenio_access` dependency and amends past upgrade
recipes following its separation into standalone package.
- Loads all recordext functions registered before updating a record
via `Record.commit()`.
- Adds missing `invenio_base` dependency.
- Removes dependency on JSONAlchemy from Invenio package.

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

$ pip install invenio-records==0.3.2
$ pip install invenio-records==0.3.3

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

http://invenio-records.readthedocs.org/en/v0.3.2
http://invenio-records.readthedocs.org/en/v0.3.3

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.3.3.dev20150911"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'jsonschema>=2.5.1',
'dojson>=0.1.1',
'invenio-access>=0.1.0',
'invenio-base>=0.1.0',
'invenio-base>=0.2.0',
'invenio-collections>=0.1.2',
'invenio-formatter>=0.2.1',
'invenio-pidstore>=0.1.1', # TODO consider making it optional
Expand Down

0 comments on commit 46f4d4b

Please sign in to comment.