Skip to content

Commit e972e19

Browse files
committed
MNT: version 3.4.1rc0
1 parent 615a546 commit e972e19

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/history.rst

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Change Log
22
==========
33

4-
Latest
5-
-------
6-
74
3.4.1
85
-----
96
- 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
transform,
6767
)
6868

69-
__version__ = "3.4.1.dev1"
69+
__version__ = "3.4.1rc0"
7070
__all__ = [
7171
"Proj",
7272
"Geod",

0 commit comments

Comments
 (0)