From 181b3dbf6ec2faab0f1cd62285ede55922b3dfd6 Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Fri, 1 Nov 2024 14:02:51 +0100 Subject: [PATCH] release: v1.4.2 --- CHANGES.rst | 6 ++++++ idutils/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8d24b28..8dd50c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,12 @@ Changes ======= +Version 1.4.2 (2024-11-01) + +- setup: remove pytest-invenio to make imports cleaner +- setup: install importlib_metadata for compatibility +- bibcode/ads: normalize unicode + Version 1.4.1 (2024-10-18) - install: add importlib_metadata diff --git a/idutils/__init__.py b/idutils/__init__.py index c4a7cf6..bd163a8 100644 --- a/idutils/__init__.py +++ b/idutils/__init__.py @@ -26,7 +26,7 @@ stacklevel=2, ) -__version__ = "1.4.1" +__version__ = "1.4.2" def import_attributes():