Skip to content

Commit 93429d6

Browse files
committed
📦 release: v13.0.0b2.dev8
1 parent a2d642d commit 93429d6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v13.0.0b2.dev8 (released 2025-03-21)
14+
15+
- config: updated severity label text on deposit form
16+
1317
Version v13.0.0b2.dev7 (released 2025-03-18)
1418

1519
- deposit: refactor section config in RDMDepositForm

‎docs/index.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (C) 2019 CERN.
2+
Copyright (C) 2019-2025 CERN.
33
Copyright (C) 2019 Northwestern University.
44
55
Invenio App RDM is free software; you can redistribute it and/or modify
@@ -44,4 +44,3 @@ interested.
4444
contributing
4545
changes
4646
license
47-
authors

‎invenio_app_rdm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919

20-
__version__ = "13.0.0b2.dev7"
20+
__version__ = "13.0.0b2.dev8"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)