Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 28, 2024
1 parent e2ea35f commit 8c47d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
Changes
=======

Version 2.0.0 (released 2024-11-28)

- setup: bump invenio dependencies

Version 1.3.2 (released 2024-11-26)

- setup: upper pin packages
Expand Down
2 changes: 1 addition & 1 deletion invenio_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ def sum(x, y):

from .ext import InvenioCelery

__version__ = "1.3.2"
__version__ = "2.0.0"

__all__ = ("__version__", "InvenioCelery")

0 comments on commit 8c47d65

Please sign in to comment.