Skip to content

Commit

Permalink
Invenio-Celery v0.1.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 2, 2015
1 parent 679b982 commit c21fc87
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,22 @@
Changes
=======

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

Improved features
~~~~~~~~~~~~~~~~~

- Disposes database connection when calling `close_database`.

Bug fixes
~~~~~~~~~

- Upgrades invenio-base minimum version to 0.3.0.
- Removes dependencies to invenio.testsuite and replaces them with
invenio_testing.

Version 0.1.0 (released 2015-09-21)
-----------------------------------

- Initial public release.
21 changes: 14 additions & 7 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-Celery v0.1.0
Invenio-Celery v0.1.1
=======================

Invenio-Celery v0.1.0 was released on September 21, 2015.
Invenio-Celery v0.1.1 was released on October 2, 2015.

About
-----
Expand All @@ -11,20 +11,27 @@ Integration layer between Celery and Invenio.

*This is an experimental developer preview release.*

What's new
----------
Improved features
-----------------

- Initial public release.
- Disposes database connection when calling `close_database`.

Bug fixes
---------

- Upgrades invenio-base minimum version to 0.3.0.
- Removes dependencies to invenio.testsuite and replaces them with
invenio_testing.

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

$ pip install invenio-celery==0.1.0
$ pip install invenio-celery==0.1.1

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

http://invenio-celery.readthedocs.org/en/v0.1.0
http://invenio-celery.readthedocs.org/en/v0.1.1

Happy hacking and thanks for flying Invenio-Celery.

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

__version__ = "0.1.1.dev20151002"
__version__ = "0.1.1"

0 comments on commit c21fc87

Please sign in to comment.