Skip to content

Commit b512d6b

Browse files
committed
MNT: Prepare for next release cycle
1 parent 954b53e commit b512d6b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/history.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Latest
5+
------
6+
7+
48
3.7.0
59
------
610
- WHL: Wheels contain PROJ 9.4.1 (pull #1423)

docs/past_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Documentation Archive
22
=====================
33

4+
- `3.7.0 <https://pyproj4.github.io/pyproj/3.7.0/>`_
45
- `3.6.1 <https://pyproj4.github.io/pyproj/3.6.1/>`_
56
- `3.5.0 <https://pyproj4.github.io/pyproj/3.5.0/>`_
67
- `3.4.1 <https://pyproj4.github.io/pyproj/3.4.1/>`_

pyproj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
transform,
7272
)
7373

74-
__version__ = "3.7.0"
74+
__version__ = "3.7.1.dev0"
7575
__all__ = [
7676
"Proj",
7777
"Geod",

0 commit comments

Comments
 (0)