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 d75a04e commit 356e45bCopy full SHA for 356e45b
docs/history.rst
@@ -1,7 +1,7 @@
1
Change Log
2
==========
3
4
-Latest
+3.5.0
5
------
6
- DEP: Minimum PROJ version 9.0 (issue #1223)
7
- WHL: PROJ 9.2 in wheels (pull #1243)
pyproj/__init__.py
@@ -66,7 +66,7 @@
66
transform,
67
)
68
69
-__version__ = "3.5.0.dev0"
+__version__ = "3.5.0rc0"
70
__all__ = [
71
"Proj",
72
"Geod",
0 commit comments