Skip to content

Commit 39b0bd6

Browse files
committed
📦 release: v3.0.0
1 parent 7a49e32 commit 39b0bd6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: ‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Changes
99
=======
1010

11+
Version v3.0.0 (released 2025-02-13)
12+
13+
- Promote to stable release.
14+
1115
Version v3.0.0.dev2 (released 2025-01-23)
1216

1317
Version v3.0.0.dev1 (released 2024-12-12)

Diff for: ‎invenio_jobs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioJobs
1212

13-
__version__ = "3.0.0.dev2"
13+
__version__ = "3.0.0"
1414

1515
__all__ = ("__version__", "InvenioJobs")

Diff for: ‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author_email = [email protected]
1919
platforms = any
2020
url = https://github.com/inveniosoftware/invenio-jobs
2121
classifiers =
22-
Development Status :: 3 - Alpha
22+
Development Status :: 5 - Production/Stable
2323

2424
[options]
2525
include_package_data = True

0 commit comments

Comments
 (0)