We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160e4bf commit 1ac2c9aCopy full SHA for 1ac2c9a
docs/history.rst
@@ -1,7 +1,7 @@
1
Change Log
2
==========
3
4
-Latest
+3.6.0
5
------
6
- DEP: Minimum supported Python version 3.9 (issue #1111)
7
- WHL: Wheels contain PROJ 9.2.1 (pull #1291)
pyproj/__init__.py
@@ -66,7 +66,7 @@
66
transform,
67
)
68
69
-__version__ = "3.5.1.dev0"
+__version__ = "3.6.0rc0"
70
__all__ = [
71
"Proj",
72
"Geod",
0 commit comments