Skip to content

Commit

Permalink
prep for v4b5 release (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend authored May 19, 2024
1 parent d1f84f5 commit d3f6c1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ avoid adding features or APIs which do not map onto the

- None

## [4.0.0b5] - 2024-05-19

- Rename `H3Poly` and `H3MultiPoly` to `LatLngPoly` and `LatLngMultiPoly` (#364)
- Add ability to convert from `__geo_interface__` objects with Z-coordinate (#371)

## [4.0.0b4] - 2024-04-14

No changes, just testing: #360
Expand All @@ -29,7 +34,6 @@ No changes, just testing: #360
- Use functions instead of methods for the interface functions (#334)
- Use `list` instead of `set` for unordered Python outputs (#339)


## [4.0.0b2] - 2022-11-23

- Build Python 3.11 wheels (#297)
Expand Down
2 changes: 1 addition & 1 deletion src/h3/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.0.0b4'
__version__ = '4.0.0b5'
__description__ = 'Hierarchical hexagonal geospatial indexing system'
__url__ = 'https://github.com/uber/h3-py'
__license__ = 'Apache 2.0 License'
Expand Down

0 comments on commit d3f6c1d

Please sign in to comment.