From 36940dbbe2588be401209ae7a86536b42be0ea0f Mon Sep 17 00:00:00 2001 From: snowman2 Date: Mon, 18 Sep 2023 21:28:50 -0500 Subject: [PATCH] MNT: version 3.6.1rc0 --- 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 0e09a8640..24318d370 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ Change Log ========== -Latest +3.6.1 ------ - WHL: Wheels contain PROJ 9.3.0 (issue #1327) - BUG: Remove pkg_resources from setup.py (issue #1313) diff --git a/pyproj/__init__.py b/pyproj/__init__.py index 99640abec..44ab94f24 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -66,7 +66,7 @@ transform, ) -__version__ = "3.6.1.dev0" +__version__ = "3.6.1rc0" __all__ = [ "Proj", "Geod",