Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Sep 27, 2024
1 parent 36e59c7 commit faa5d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
Changes
=======

Version v1.0.0 (released 2024-09-27)

- db: change tables names
- global: add jobs registry
- interface: add job types

Version v0.5.1 (released 2024-09-19)

fix: add compatibility layer to move to flask>=3
- fix: add compatibility layer to move to flask>=3

Version v0.5.0 (released 2024-08-22)

Expand Down
2 changes: 1 addition & 1 deletion invenio_jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioJobs

__version__ = "0.5.1"
__version__ = "1.0.0"

__all__ = ("__version__", "InvenioJobs")

0 comments on commit faa5d7e

Please sign in to comment.