We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741ed41 commit 181b3dbCopy full SHA for 181b3db
CHANGES.rst
@@ -15,6 +15,12 @@
15
Changes
16
=======
17
18
+Version 1.4.2 (2024-11-01)
19
+
20
+- setup: remove pytest-invenio to make imports cleaner
21
+- setup: install importlib_metadata for compatibility
22
+- bibcode/ads: normalize unicode
23
24
Version 1.4.1 (2024-10-18)
25
26
- install: add importlib_metadata
idutils/__init__.py
@@ -26,7 +26,7 @@
stacklevel=2,
27
)
28
29
-__version__ = "1.4.1"
+__version__ = "1.4.2"
30
31
32
def import_attributes():
0 commit comments