diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 18c1142..d00e6d7 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -4,6 +4,10 @@ Changelog 1.6.0 (unreleased) ------------------ + +1.5.1 (2024/12/05) +------------------ + - expose ``force_2d`` and ``force_3d`` factories in the top-level module. - fix WKT parsing for nested GeometryCollections. - fix WKT output for MultiPoints. diff --git a/pygeoif/about.py b/pygeoif/about.py index 539bff5..b790c89 100644 --- a/pygeoif/about.py +++ b/pygeoif/about.py @@ -4,4 +4,4 @@ The only purpose of this module is to provide a version number for the package. """ -__version__ = "1.6.0" +__version__ = "1.5.1"