From 954b53e9a9a3ac557f2d4b3c966fcf460d11661e Mon Sep 17 00:00:00 2001 From: snowman2 Date: Mon, 30 Sep 2024 23:31:03 -0500 Subject: [PATCH] MNT: Version 3.7.0 --- docs/history.rst | 2 +- pyproj/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",