Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Sep 24, 2020
1 parent 44a14ce commit 98d511b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 1.2.1 (released 2020-09-24)

- Capped Celery version to < 5.0.0 until supported.

Version 1.2.0 (released 2020-03-05)

- added dependency on invenio-base to centralise package management
Expand Down
4 changes: 1 addition & 3 deletions invenio_celery/version.py
Expand Up @@ -12,6 +12,4 @@
and parsed by ``setup.py``.
"""

from __future__ import absolute_import, print_function

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 98d511b

Please sign in to comment.