From 1ac2c9ab04a4d927599e4ea4b4a87dbcdb5a0494 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Thu, 8 Jun 2023 09:13:37 -0500 Subject: [PATCH] MNT: Version 3.6.0rc0 --- 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 fdb803e9d..4ce0f412c 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ Change Log ========== -Latest +3.6.0 ------ - DEP: Minimum supported Python version 3.9 (issue #1111) - WHL: Wheels contain PROJ 9.2.1 (pull #1291) diff --git a/pyproj/__init__.py b/pyproj/__init__.py index a69814af9..b3eee84d4 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -66,7 +66,7 @@ transform, ) -__version__ = "3.5.1.dev0" +__version__ = "3.6.0rc0" __all__ = [ "Proj", "Geod",