Skip to content

Commit ba8ade7

Browse files
committed
release: v7.0.2
1 parent 2e84211 commit ba8ade7

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
@@ -8,6 +8,11 @@
88
Changes
99
=======
1010

11+
Version v7.0.2 (released 2026-08-04)
12+
13+
- fix(build): include mo files
14+
- fix(ci): run tests on maint-*
15+
1116
Version v7.0.1 (released 2026-07-16)
1217

1318
- chore(setup): migrate from setuptools to hatchling

invenio_access/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
)
437437
from .proxies import current_access
438438

439-
__version__ = "7.0.1"
439+
__version__ = "7.0.2"
440440

441441
__all__ = (
442442
"__version__",

0 commit comments

Comments
 (0)