We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e39172 commit f8958acCopy full SHA for f8958ac
CHANGELOG.md
@@ -16,10 +16,14 @@ avoid adding features or APIs which do not map onto the
16
17
- None
18
19
-## [3.7.5] - 2022-11-23
+## [3.7.6] - 2022-11-23
20
21
- Build Python 3.11 wheels (#299)
22
23
+## [3.7.5] - 2022-11-23
24
+
25
+- BAD RELEASE
26
27
## [3.7.4] - 2022-04-14
28
29
- Website and API documentation; along with docstring cleanup.
src/h3/_version.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.7.5'
+__version__ = '3.7.6'
2
__description__ = 'Hierarchical hexagonal geospatial indexing system'
3
__url__ = 'https://github.com/uber/h3-py'
4
__license__ = "Apache 2.0 License"
0 commit comments