Skip to content

Commit

Permalink
1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Sep 25, 2023
1 parent 552b065 commit c06c0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.29.0 (2023-MM-DD)
## 1.29.0 (2023-09-25)

- **BREAKING CHANGE**: Creating a `geometry` module where following `vectors` have been transferred: `from_polygon_to_bounds`, `from_bounds_to_polygon`, `get_wider_exterior`, `make_valid`. The function `fill_polygon_holes` has been created.
- **ENH: Add a `vectors.utm_crs` context manager allowing the user to compute seamlessly geographic-based operation (such as centroids, area computation...)**
Expand Down
2 changes: 1 addition & 1 deletion sertit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.. include:: ../README.md
"""

__version__ = "1.28.3"
__version__ = "1.29.0"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit c06c0ef

Please sign in to comment.