diff --git a/h3ronpy/CHANGES.rst b/h3ronpy/CHANGES.rst index 3dc62d2..1748098 100644 --- a/h3ronpy/CHANGES.rst +++ b/h3ronpy/CHANGES.rst @@ -12,6 +12,9 @@ Versioning `__. Unreleased ---------- +0.21.1 - 2024-10-04 +------------------- + - Fixed coordinate messup when converting H3 entities to points (issue #58). 0.21.0 - 2024-07-01 diff --git a/h3ronpy/Cargo.toml b/h3ronpy/Cargo.toml index 1c31320..0c731ff 100644 --- a/h3ronpy/Cargo.toml +++ b/h3ronpy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.21.0" +version = "0.21.1" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"