From a742bb9b29b9e4389046c88fa17155d2b26808ce Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 14 Feb 2025 20:23:03 -0600 Subject: [PATCH] MNT: 3.7.1rc0 & update history --- docs/history.rst | 9 +++++++-- pyproj/__init__.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 84310395a..db937f577 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,10 +1,15 @@ Change Log ========== -Latest +3.7.1 ------ +- WHL: Add wheels for musllinux (pull #1461) - WHL: MacOS minimum deployment target moved to 13 (pull #1475) -- WHL: Wheels contain PROJ 9.5.1 (pull #1476) +- WHL: Wheels contain PROJ 9.5.1 (pull #1477) +- Cython 3.1+ fixes (pull #1452) +- TST: remove checking is python >= 3.4 (pull #1446) +- TST: Add assert statements at the end of tests (pull #1453) +- LNT: Setup ruff & lint fixes (pull #1455 #1456) 3.7.0 ------ diff --git a/pyproj/__init__.py b/pyproj/__init__.py index 3ea5c8e76..9ae549b84 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -71,7 +71,7 @@ transform, ) -__version__ = "3.7.1.dev0" +__version__ = "3.7.1rc0" __all__ = [ "Proj", "Geod",