Skip to content

Commit a742bb9

Browse files
committed
MNT: 3.7.1rc0 & update history
1 parent 5e0b8b1 commit a742bb9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/history.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
Change Log
22
==========
33

4-
Latest
4+
3.7.1
55
------
6+
- WHL: Add wheels for musllinux (pull #1461)
67
- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
7-
- WHL: Wheels contain PROJ 9.5.1 (pull #1476)
8+
- WHL: Wheels contain PROJ 9.5.1 (pull #1477)
9+
- Cython 3.1+ fixes (pull #1452)
10+
- TST: remove checking is python >= 3.4 (pull #1446)
11+
- TST: Add assert statements at the end of tests (pull #1453)
12+
- LNT: Setup ruff & lint fixes (pull #1455 #1456)
813

914
3.7.0
1015
------

pyproj/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
transform,
7272
)
7373

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

0 commit comments

Comments
 (0)