We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfa4e3 commit da9a657Copy full SHA for da9a657
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
17
env:
18
- PROJ_VERSION: "9.5.0"
+ PROJ_VERSION: "9.5.1"
19
DEBIAN_FRONTEND: noninteractive
20
21
jobs:
ci/vcpkg.json
@@ -4,8 +4,8 @@
4
"dependencies": [
5
{
6
"name": "proj",
7
- "version>=": "9.5.0"
+ "version>=": "9.5.1"
8
}
9
],
10
- "builtin-baseline": "c0bca5189fa01456193e92b0c41f06b767982518"
+ "builtin-baseline": "4ec74919dbf24931b29347b000c74374e8bbde35"
11
docs/history.rst
@@ -4,6 +4,7 @@ Change Log
Latest
------
- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
+- WHL: Wheels contain PROJ 9.5.1 (pull #1476)
3.7.0
0 commit comments