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 2f862a9 commit c819b2cCopy full SHA for c819b2c
CHANGES.rst
@@ -15,6 +15,11 @@
15
Changes
16
=======
17
18
+Version v1.5.1 (released 2025-12-15)
19
+
20
+- feat: add support for wikidata type QID scheme
21
+- gh-action: various version bumps
22
23
Version v1.5.0 (released 2025-07-14)
24
25
- chores: replaced importlib_metadata with importlib.metadata
@@ -28,7 +33,6 @@ Version 1.4.4 (2025-06-03)
28
33
- swhid: improved SWHID validation
29
34
- tests: additional tests
30
35
31
-
32
36
Version 1.4.3 (2025-05-12)
37
38
- is_url: allow URL parameters (i.e. semicolon)
idutils/__init__.py
@@ -26,7 +26,7 @@
26
stacklevel=2,
27
)
-__version__ = "1.5.0"
+__version__ = "1.5.1"
def import_attributes():
0 commit comments