We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0b8b1 commit a742bb9Copy full SHA for a742bb9
docs/history.rst
@@ -1,10 +1,15 @@
1
Change Log
2
==========
3
4
-Latest
+3.7.1
5
------
6
+- WHL: Add wheels for musllinux (pull #1461)
7
- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
-- WHL: Wheels contain PROJ 9.5.1 (pull #1476)
8
+- WHL: Wheels contain PROJ 9.5.1 (pull #1477)
9
+- Cython 3.1+ fixes (pull #1452)
10
+- TST: remove checking is python >= 3.4 (pull #1446)
11
+- TST: Add assert statements at the end of tests (pull #1453)
12
+- LNT: Setup ruff & lint fixes (pull #1455 #1456)
13
14
3.7.0
15
pyproj/__init__.py
@@ -71,7 +71,7 @@
71
transform,
72
)
73
74
-__version__ = "3.7.1.dev0"
+__version__ = "3.7.1rc0"
75
__all__ = [
76
"Proj",
77
"Geod",
0 commit comments