We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ba3b4 commit 22ad998Copy full SHA for 22ad998
CHANGES.rst
@@ -12,7 +12,10 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
12
Unreleased
13
----------
14
15
-- Rework packaging and build process in CI. Adds support for apple silicon.
+0.17.5 - 2023-08-22
16
+-------------------
17
+
18
+- Rework packaging and build process in CI. Adds support for apple silicon. `#23 <https://github.com/nmandery/h3ronpy/issues/23>`_.
19
20
0.17.4 - 2023-07-28
21
-------------------
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.17.4"
+version = "0.17.5"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments