We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615a546 commit e972e19Copy full SHA for e972e19
docs/history.rst
@@ -1,9 +1,6 @@
1
Change Log
2
==========
3
4
-Latest
5
--------
6
-
7
3.4.1
8
-----
9
- BUG: Changed so that the setup.cfg depends on the version code in the __init__.py instead of the other way around (issuue #1155)
pyproj/__init__.py
@@ -66,7 +66,7 @@
66
transform,
67
)
68
69
-__version__ = "3.4.1.dev1"
+__version__ = "3.4.1rc0"
70
__all__ = [
71
"Proj",
72
"Geod",
0 commit comments