Skip to content

Commit

Permalink
Invenio-Search v0.1.5
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 be4c6c7 commit a8e60bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,11 @@
Changes
=======

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

- Changes legacy config import to application config object.

Version 0.1.4 (released 2015-10-02)
-----------------------------------

Expand Down
28 changes: 5 additions & 23 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-Search v0.1.4
Invenio-Search v0.1.5
=======================

Invenio-Search v0.1.4 was released on October 2, 2015.
Invenio-Search v0.1.5 was released on October 6, 2015.

About
-----
Expand All @@ -11,38 +11,20 @@ Invenio module for information retrieval.

*This is an experimental developer preview release.*

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

- Removes search service plugins that are going to be re-implemented
using the new API. (#17) (addresses inveniosoftware/invenio#3233)
(#13)

Bug fixes
---------

- Upgrades the minimum versions for invenio-base, invenio-ext,
invenio-query-parser, invenio-utils, invenio-upgrader and invenio-
testing.
- Removes dependencies to invenio.testsuite and replaces them with
invenio_testing.
- Removes dependencies to invenio.utils and replaces them with
invenio_utils.
- Removes dependencies to invenio.ext and replaces them with
invenio_ext.
- Removes calls to PluginManager consider_setuptools_entrypoints()
which was removed in PyTest 2.8.0.
- Adds missing `invenio_base` dependency.
- Changes legacy config import to application config object.

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

$ pip install invenio-search==0.1.4
$ pip install invenio-search==0.1.5

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

http://invenio-search.readthedocs.org/en/v0.1.4
http://invenio-search.readthedocs.org/en/v0.1.5

Happy hacking and thanks for flying Invenio-Search.

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

__version__ = "0.1.5.dev20151002"
__version__ = "0.1.5"

0 comments on commit a8e60bd

Please sign in to comment.