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 38bc8d2 commit 8b7f642
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,10 @@
Changes
=======

Version 0.1.1 (released 2015-10-02)

- Disposes database connection when calling `close_database`.

Version 0.1.0 (released 2015-09-21)

- Initial public release.
14 changes: 7 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,20 @@ 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`.

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 8b7f642

Please sign in to comment.