Skip to content

Commit 181b3db

Browse files
ptamaritntarocco
authored andcommitted
release: v1.4.2
1 parent 741ed41 commit 181b3db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
Changes
1616
=======
1717

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+
1824
Version 1.4.1 (2024-10-18)
1925

2026
- install: add importlib_metadata

idutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
stacklevel=2,
2727
)
2828

29-
__version__ = "1.4.1"
29+
__version__ = "1.4.2"
3030

3131

3232
def import_attributes():

0 commit comments

Comments
 (0)