From e972e198b9b97fdeee642b7f1155f18490db0e61 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 9 Dec 2022 20:50:57 -0600 Subject: [PATCH] MNT: version 3.4.1rc0 --- docs/history.rst | 3 --- pyproj/__init__.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index c90485e07..830a70c23 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,6 @@ Change Log ========== -Latest -------- - 3.4.1 ----- - BUG: Changed so that the setup.cfg depends on the version code in the __init__.py instead of the other way around (issuue #1155) diff --git a/pyproj/__init__.py b/pyproj/__init__.py index 99e644b29..9f3992a1d 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -66,7 +66,7 @@ transform, ) -__version__ = "3.4.1.dev1" +__version__ = "3.4.1rc0" __all__ = [ "Proj", "Geod",