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 e4d7d48 commit 121746bCopy full SHA for 121746b
CHANGES.rst
@@ -7,6 +7,11 @@
7
Changes
8
=======
9
10
+Version 3.7.0 (released 2025-06-05)
11
+
12
+- ui: turned shelf field into search in item form
13
+- importer: only add license if has id
14
15
Version 3.6.4 (released 2025-05-21)
16
17
- importer: ignore some fields
cds_ils/__init__.py
@@ -7,6 +7,6 @@
"""CDS-ILS."""
-__version__ = "3.6.4"
+__version__ = "3.7.0"
__all__ = ("__version__",)
0 commit comments