Skip to content

Commit

Permalink
Bump version to 1.5.1 and update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Dec 5, 2024
1 parent 462ebd0 commit b0740fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pygeoif/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b0740fa

Please sign in to comment.