There was an error while loading. Please reload this page.
1 parent ac0437b commit 0aee1daCopy full SHA for 0aee1da
2 files changed
CHANGES.rst
@@ -10,6 +10,11 @@
10
Changes
11
=======
12
13
+Version 5.1.1 (release 2025-06-09)
14
+
15
+- tests: fix issues with CI
16
+- translations: add untranslated strings and add translation workflow
17
18
Version 5.1.0 (release 2025-01-20)
19
20
- aggregations: add yearly interval
invenio_stats/__init__.py
@@ -441,7 +441,7 @@ def register_queries():
441
from .ext import InvenioStats
442
from .proxies import current_stats
443
444
-__version__ = "5.1.0"
+__version__ = "5.1.1"
445
446
__all__ = (
447
"__version__",
0 commit comments