Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for v4.1.0b1 release #403

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the

None.

## [4.1.0b1] - 2024-09-26

- Bump h3lib to v4.1.0 (#402)

## [4.0.0b7] - 2024-09-04

- Use `pyproject.toml` and `scikit-build-core` (#378)
Expand Down
2 changes: 1 addition & 1 deletion dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ git submodule update --init
## Releasing a new version

- update `CHANGELOG.md` to reflect any changes since the last release
- update the `h3-py` version in `src/h3/_version.py`
- update the `h3-py` version in `pyproject.toml`
- create PR, get reviews, and merge with these changes
- go to https://github.com/uber/h3-py/releases and "Draft a new release"
- set the tag version and the release to the version. e.g., `v3.7.2`
Expand Down
Loading