Skip to content

Commit

Permalink
prep for v3.7.4 (#230)
Browse files Browse the repository at this point in the history
* prep for v3.7.4

* words
  • Loading branch information
ajfriend authored Apr 15, 2022
1 parent 1ce5a0f commit d1a5a3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ avoid adding features or APIs which do not map onto the

## Unreleased

- None

## [3.7.4] - 2022-04-14

- Website and API documentation; along with docstring cleanup.
- Add support for linters and IDE tooling (#213)
- Remove Py 3.5 wheel for Windows (#214)
- Py 3.10 wheels and on more architectures (#220, #221, #223, #225)
- Greatly reduce sdist size (#227, #229)

## [3.7.3] - 2021-06-12

Expand Down
2 changes: 1 addition & 1 deletion dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git commit ...

- update `CHANGELOG.md` to reflect any changes since the last release
- update the `h3-py` version in `src/h3/_version.py`
- create, get reviews, and merge a PR with these changes
- 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`
(alternatively: `git tag v3.7.2` && `git push origin --tags`)
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__ = '3.7.3'
__version__ = '3.7.4'
__description__ = 'Hierarchical hexagonal geospatial indexing system'
__url__ = 'https://github.com/uber/h3-py'
__license__ = "Apache 2.0 License"
Expand Down

0 comments on commit d1a5a3b

Please sign in to comment.