Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Apr 2, 2024
1 parent ba04248 commit d1a8906
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 1.3.1 (released 2024-04-02)

- setup: unpin importlib-metadata
- tests: update python matrix

Version 1.3.0 (released 2024-03-05)

- installation: bump celery to support python 3.11
Expand Down
2 changes: 1 addition & 1 deletion invenio_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ def sum(x, y):

from .ext import InvenioCelery

__version__ = "1.3.0"
__version__ = "1.3.1"

__all__ = ("__version__", "InvenioCelery")

0 comments on commit d1a8906

Please sign in to comment.