From ae375a987c107b5bc2b4315db7d8957ede9ea026 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Fri, 31 Jan 2025 14:32:21 -0800 Subject: [PATCH] fix links (#444) --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e66c98b..e9a29bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ avoid adding features or APIs which do not map onto the None. +## [4.2.1] - 2025-01-31 + +- Correct pyproject.toml links for PyPI (#441) +- Update coverage badge (#443) + ## [4.2.0] - 2025-01-26 - Update h3lib to v4.2.0. (#432) diff --git a/pyproject.toml b/pyproject.toml index 8415a41a..eee59516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.2.0' +version = '4.2.1' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}