Skip to content

Commit f8958ac

Browse files
committedNov 24, 2022
prep v3.7.6 release to fix bad release of v3.7.5
1 parent 3e39172 commit f8958ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ avoid adding features or APIs which do not map onto the
1616

1717
- None
1818

19-
## [3.7.5] - 2022-11-23
19+
## [3.7.6] - 2022-11-23
2020

2121
- Build Python 3.11 wheels (#299)
2222

23+
## [3.7.5] - 2022-11-23
24+
25+
- BAD RELEASE
26+
2327
## [3.7.4] - 2022-04-14
2428

2529
- Website and API documentation; along with docstring cleanup.

‎src/h3/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.7.5'
1+
__version__ = '3.7.6'
22
__description__ = 'Hierarchical hexagonal geospatial indexing system'
33
__url__ = 'https://github.com/uber/h3-py'
44
__license__ = "Apache 2.0 License"

0 commit comments

Comments
 (0)
Please sign in to comment.