We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75568b9 commit 50f61beCopy full SHA for 50f61be
‎CHANGES.rst
@@ -8,6 +8,15 @@
8
Changes
9
=======
10
11
+Version 4.1.4 (released 2025-05-08)
12
+
13
+- i18n: compile js translations
14
+- i18n: Update commands for message extraction and compilation
15
+- i18n:pulled translations
16
+- translations: update package-lock.json
17
+- i18n:backport changes from maint-5
18
+- i18n: Fix untranslated strings in facets
19
20
Version 4.1.3 (released 2025-05-05)
21
22
- fix: bump axios version
‎invenio_requests/__init__.py
@@ -20,7 +20,7 @@
current_requests_service,
)
23
-__version__ = "4.1.3"
+__version__ = "4.1.4"
24
25
__all__ = (
26
"__version__",
0 commit comments