Skip to content

Commit bd455be

Browse files
authored
prep for v4.3.1 release (#464)
1 parent 4fc8ec9 commit bd455be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ avoid adding features or APIs which do not map onto the
1616

1717
## Unreleased
1818

19+
None.
20+
21+
## [4.3.1] - 2025-08-10
22+
23+
- Build wheels for Windows on ARM64 (#463)
24+
1925
## [4.3.0] - 2025-06-17
2026

2127
- Update `h3lib` to v4.3.0. (#461)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build'
44

55
[project]
66
name = 'h3'
7-
version = '4.3.0'
7+
version = '4.3.1'
88
description = "Uber's hierarchical hexagonal geospatial indexing system"
99
readme = 'readme.md'
1010
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)