diff --git a/CHANGES.rst b/CHANGES.rst index 85230fb..e9825a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,7 +12,10 @@ Versioning `__. Unreleased ---------- -- Rework packaging and build process in CI. Adds support for apple silicon. +0.17.5 - 2023-08-22 +------------------- + +- Rework packaging and build process in CI. Adds support for apple silicon. `#23 `_. 0.17.4 - 2023-07-28 ------------------- diff --git a/Cargo.toml b/Cargo.toml index d65648a..6364a08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.17.4" +version = "0.17.5" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"