We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708f75f commit f2cbcf2Copy full SHA for f2cbcf2
CHANGES.rst
@@ -12,6 +12,12 @@
12
Changes
13
=======
14
15
+Version 10.9.1 (released 2024-11-11)
16
+
17
+- signals: fix removed deprecated `temporarily_connected_to` method
18
+- i18n: fix translation only applied to app start
19
20
21
Version 10.9.0 (released 2024-10-30)
22
23
- Feature: Config to require community approval for record publishing
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "10.9.0"
+__version__ = "10.9.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments