Skip to content

Commit f22f5ce

Browse files
committed
release: v13.0.3
1 parent a1429f6 commit f22f5ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

13+
Version v13.0.3 (released 2025-09-25)
14+
15+
- help: correct search instructions for missing fields
16+
- deposit: pass to the form config the published record if we edit one
17+
1318
Version v13.0.2 (released 2025-08-25)
1419

1520
- i18n: pulled translations

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.2"
20+
__version__ = "13.0.3"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)