Skip to content

Commit 9a4fd14

Browse files
committed
release: v13.0.0rc4
1 parent 1a56ceb commit 9a4fd14

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
Changes
1111
=======
1212

13+
Version v13.0.0rc4 (released 2025-07-10)
14+
15+
- pid-config: cast to bool RDM_(PARENT)_PERSISTENT_IDENTIFIERS required check
16+
- fix: default parent_doi_required to False
17+
- links: update doc links to updated ones
18+
- i18n: localize DOI labels
19+
- css: remove .invenio-accordion-field qualifier
20+
- css: use SemanticUI variables and fix class names
21+
- ui: ensure accordion caret icons rotate when opened/closed
22+
- config: add Data Package export format
23+
1324
Version v13.0.0rc3 (released 2025-07-02)
1425

1526
- deposit-ui: uppy uploader ui feature

invenio_app_rdm/__init__.py

Lines changed: 1 addition & 1 deletion
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.0rc3"
20+
__version__ = "13.0.0rc4"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)