Skip to content

Commit

Permalink
Invenio-Base v0.3.1
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 Oct 6, 2015
1 parent a1fcf33 commit 072cf64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,14 @@
Changes
=======

Version 0.3.1 (released 2015-10-06)
-----------------------------------

Bug fixes
~~~~~~~~~

- Corrects the d3.js library path.

Version 0.3.0 (released 2015-09-22)
-----------------------------------

Expand Down
20 changes: 5 additions & 15 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=====================
Invenio-Base v0.3.0
Invenio-Base v0.3.1
=====================

Invenio-Base v0.3.0 was released on September 22, 2015.
Invenio-Base v0.3.1 was released on October 6, 2015.

About
-----
Expand All @@ -11,30 +11,20 @@ Base package for building the Invenio application.

*This is an experimental developer preview release.*

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

- Disables non-core extensions for Invenio deposit and Elastic search,
that requires Invenio-Records to be installed.
- Removes database mysql-info command.

Bug fixes
---------

- Removes dependencies on Invenio package.
- Removes calls to PluginManager consider_setuptools_entrypoints()
removed in PyTest 2.8.0.
- Adds missing invenio_ext dependency and fixes its imports.
- Corrects the d3.js library path.

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

$ pip install invenio-base==0.3.0
$ pip install invenio-base==0.3.1

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

http://invenio-base.readthedocs.org/en/v0.3.0
http://invenio-base.readthedocs.org/en/v0.3.1

Happy hacking and thanks for flying Invenio-Base.

Expand Down
2 changes: 1 addition & 1 deletion invenio_base/version.py
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.3.1.dev20150923"
__version__ = "0.3.1"

0 comments on commit 072cf64

Please sign in to comment.