From c85d2cd9d937279ee0ee43faa8b4bb10444745e4 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Thu, 3 Oct 2024 20:48:27 -0700 Subject: [PATCH] prep for final v4.1.0 release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee38256a..7eb69044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the None. +## [4.1.0] - TBD + +- Final v4.1 release inculdes all v4.x changes below. + ## [4.1.0b2] - 2024-09-27 - Add `cell_to_child_pos`, `child_pos_to_cell`, `cell_to_children_size` (#405) diff --git a/pyproject.toml b/pyproject.toml index e448802f..05fd5ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.1.0b2' +version = '4.1.0' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}