Skip to content

Commit d9f4d65

Browse files
committed
MNT: prepare for next release cycle
1 parent 0aa1b38 commit d9f4d65

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/history.rst

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

4+
Latest
5+
------
6+
47
3.7.1
58
------
69
- WHL: Add wheels for musllinux (pull #1461)

docs/past_versions.rst

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

4-
- `3.7.0 <https://pyproj4.github.io/pyproj/3.7.0/>`_
4+
- `3.7.1 <https://pyproj4.github.io/pyproj/3.7.1/>`_
55
- `3.6.1 <https://pyproj4.github.io/pyproj/3.6.1/>`_
66
- `3.5.0 <https://pyproj4.github.io/pyproj/3.5.0/>`_
77
- `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.1"
74+
__version__ = "3.7.2.dev0"
7575
__all__ = [
7676
"Proj",
7777
"Geod",

0 commit comments

Comments
 (0)