Skip to content

Commit

Permalink
📦 release: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored and ptamarit committed Aug 8, 2024
1 parent 90c5b40 commit 6f62b7f
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 @@ -7,6 +7,10 @@
Changes
=======

Version v0.3.4 (released 2024-08-08)

- fix: pass args to task via run

Version v0.3.3 (released 2024-08-08)

- fix: utils: only eval strings
Expand Down
2 changes: 1 addition & 1 deletion invenio_jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import InvenioJobs

__version__ = "0.3.3"
__version__ = "0.3.4"

__all__ = ("__version__", "InvenioJobs")

0 comments on commit 6f62b7f

Please sign in to comment.