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 a288761 commit 9587e5cCopy full SHA for 9587e5c
CHANGES.rst
@@ -9,6 +9,10 @@
9
Changes
10
=======
11
12
+Version 2.3.1 (released 2025-06-28)
13
+
14
+- fix: use standard importlib.metadata
15
16
Version 2.3.0 (released 2025-06-27)
17
18
- fix: pkg_resources DeprecationWarning
invenio_base/__init__.py
@@ -258,7 +258,7 @@ def index():
258
259
security.safe_str_cmp = hmac.compare_digest
260
261
-__version__ = "2.3.0"
+__version__ = "2.3.1"
262
263
__all__ = (
264
"__version__",
0 commit comments