diff --git a/CHANGES.md b/CHANGES.md index 95da203..bccf13d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Release History -## 1.34.2 (2024-MM-DD) +## 1.34.2 (2024-01-23) - FIX: Update `setup.py` to have all the needed dependencies listed in `requirements.txt` ([#9](https://github.com/sertit/sertit-utils/issues/9)) - FIX: Fix `vectors.read` with `engine=pyogrio` when opening vectors without geometries (like `dbf` files) diff --git a/sertit/__meta__.py b/sertit/__meta__.py index e510924..201e7f7 100644 --- a/sertit/__meta__.py +++ b/sertit/__meta__.py @@ -17,7 +17,7 @@ """ Sertit Utils library """ -__version__ = "1.34.1" +__version__ = "1.34.2" __title__ = "sertit" __description__ = ("SERTIT python library for generic tools",) __author__ = "ICube-SERTIT"