We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9856f6 commit 3adc717Copy full SHA for 3adc717
CHANGES.rst
@@ -15,6 +15,10 @@
15
Changes
16
=======
17
18
+Version v1.5.0 (released 2025-07-14)
19
+
20
+- chores: replaced importlib_metadata with importlib.metadata
21
22
Version 1.4.5 (2025-06-05)
23
24
- ark: fix regex to match new ARK identifiers without slash
idutils/__init__.py
@@ -26,7 +26,7 @@
26
stacklevel=2,
27
)
28
29
-__version__ = "1.4.5"
+__version__ = "1.5.0"
30
31
32
def import_attributes():
0 commit comments