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 91d5ef7 commit 5cfc05aCopy full SHA for 5cfc05a
CHANGES.rst
@@ -8,6 +8,11 @@
8
Changes
9
=======
10
11
+Version 4.5.0 (released 2025-06-04)
12
+
13
+- closures: added endpoint for closure periods in a year
14
+- circulation: self-checkout of MISSING items marks them as CAN_CIRCULATE
15
+- tests: Fix comment on running tests by bumping Postgres & adding param
16
17
Version 4.4.0 (released 2025-02-21)
18
invenio_app_ils/__init__.py
@@ -7,6 +7,6 @@
7
"""invenio-app-ils."""
-__version__ = "4.4.0"
+__version__ = "4.5.0"
__all__ = ("__version__",)
0 commit comments