There was an error while loading. Please reload this page.
1 parent 2e84211 commit ba8ade7Copy full SHA for ba8ade7
2 files changed
CHANGES.rst
@@ -8,6 +8,11 @@
8
Changes
9
=======
10
11
+Version v7.0.2 (released 2026-08-04)
12
+
13
+- fix(build): include mo files
14
+- fix(ci): run tests on maint-*
15
16
Version v7.0.1 (released 2026-07-16)
17
18
- chore(setup): migrate from setuptools to hatchling
invenio_access/__init__.py
@@ -436,7 +436,7 @@
436
)
437
from .proxies import current_access
438
439
-__version__ = "7.0.1"
+__version__ = "7.0.2"
440
441
__all__ = (
442
"__version__",
0 commit comments