diff --git a/CHANGES.md b/CHANGES.md index 768f40f..f221bca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Release History -## 1.43.4 (2024-mm-dd) +## 1.43.4 (2024-11-28) - FIX: Fix regression in `files.read_json` due to Python 3.11 where `datatime.fromsioformat` parses more than the output of `isoformat()` diff --git a/sertit/__meta__.py b/sertit/__meta__.py index cacfd5f..a72331b 100644 --- a/sertit/__meta__.py +++ b/sertit/__meta__.py @@ -17,7 +17,7 @@ """ Sertit Utils library """ -__version__ = "1.43.3" +__version__ = "1.43.4" __title__ = "sertit" __description__ = ("SERTIT python library for generic tools",) __author__ = "ICube-SERTIT"