diff --git a/docs/history.rst b/docs/history.rst index e130229a9..c5be1d265 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ Change Log ========== -Latest +3.7.0 ------ - WHL: Wheels contain PROJ 9.4.1 (pull #1423) - DEP: Minimum supported Python version 3.10 (pull #1357) diff --git a/pyproj/__init__.py b/pyproj/__init__.py index 652944e97..324e34f69 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -71,7 +71,7 @@ transform, ) -__version__ = "3.7.0rc0" +__version__ = "3.7.0" __all__ = [ "Proj", "Geod",