From 22ad9983cf27edc4867b4a29cf905f8cb23d335a Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Tue, 22 Aug 2023 12:34:08 +0200 Subject: [PATCH] v0.17.5 --- CHANGES.rst | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"