We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a619d commit 8fa8ba5Copy full SHA for 8fa8ba5
h3ronpy/CHANGES.rst
@@ -12,6 +12,9 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
12
Unreleased
13
----------
14
15
+0.21.1 - 2024-10-04
16
+-------------------
17
+
18
- Fixed coordinate messup when converting H3 entities to points (issue #58).
19
20
0.21.0 - 2024-07-01
h3ronpy/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.21.0"
+version = "0.21.1"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments