We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd586a commit 26b3cdbCopy full SHA for 26b3cdb
docs/history.rst
@@ -1,10 +1,14 @@
1
Change Log
2
==========
3
4
-Latest
5
-------
+3.7.2
+-----
6
- DEP: Minimum PROJ version 9.4 (pull #1481)
7
- DEP: Minimum supported Python version 3.11 (pull #1483)
8
+- MNT: Add CRS imports to __all__
9
+- DEP: Add win_arm64 wheels
10
+- DEP: Add Python 3.13 free-threading wheels
11
+- DEP: Add Python 3.14 and 3.14 free-threading wheels
12
13
3.7.1
14
------
pyproj/__init__.py
@@ -71,7 +71,7 @@
71
transform,
72
)
73
74
-__version__ = "3.7.2.dev0"
+__version__ = "3.7.2rc0"
75
__all__ = [
76
"CRS",
77
"Geod",
0 commit comments