Skip to content

Commit

Permalink
release: v3.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent 7aa3253 commit beb1f2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
..
Copyright (C) 2024 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio-Jobs is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 3.0.0.dev1 (released 2024-12-12)

- fix: alembic problem
- setup: change to reusable workflows
- setup: bump major dependencies
- tasks: use utcnow

Version v2.0.0 (released 2024-10-14)

- job types: refactor public method name (breaking change)
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__ = "2.0.0"
__version__ = "3.0.0.dev1"

__all__ = ("__version__", "InvenioJobs")

0 comments on commit beb1f2b

Please sign in to comment.