Skip to content

Commit da9a657

Browse files
authored
WHL: Wheels contain PROJ 9.5.1 (#1477)
1 parent dbfa4e3 commit da9a657

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
PROJ_VERSION: "9.5.0"
18+
PROJ_VERSION: "9.5.1"
1919
DEBIAN_FRONTEND: noninteractive
2020

2121
jobs:

ci/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"dependencies": [
55
{
66
"name": "proj",
7-
"version>=": "9.5.0"
7+
"version>=": "9.5.1"
88
}
99
],
10-
"builtin-baseline": "c0bca5189fa01456193e92b0c41f06b767982518"
10+
"builtin-baseline": "4ec74919dbf24931b29347b000c74374e8bbde35"
1111
}

docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Log
44
Latest
55
------
66
- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
7+
- WHL: Wheels contain PROJ 9.5.1 (pull #1476)
78

89
3.7.0
910
------

0 commit comments

Comments
 (0)