Skip to content

Commit 0aee1da

Browse files
committed
release: v5.1.1
1 parent ac0437b commit 0aee1da

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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 5.1.1 (release 2025-06-09)
14+
15+
- tests: fix issues with CI
16+
- translations: add untranslated strings and add translation workflow
17+
1318
Version 5.1.0 (release 2025-01-20)
1419

1520
- aggregations: add yearly interval

invenio_stats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def register_queries():
441441
from .ext import InvenioStats
442442
from .proxies import current_stats
443443

444-
__version__ = "5.1.0"
444+
__version__ = "5.1.1"
445445

446446
__all__ = (
447447
"__version__",

0 commit comments

Comments
 (0)