Skip to content

Commit

Permalink
DEP: PROJ 9.5 (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Oct 22, 2024
1 parent 39cf3c9 commit 2a315af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
PROJ_VERSION: "9.4.1"
PROJ_VERSION: "9.5.0"
DEBIAN_FRONTEND: noninteractive

jobs:
Expand Down
6 changes: 3 additions & 3 deletions ci/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pyproj",
"version": "3.7.0",
"version": "3.7.1",
"dependencies": [
{
"name": "proj",
"version>=": "9.4.1"
"version>=": "9.5.0"
}
],
"builtin-baseline": "513aa7ceb3b5e9bf90882cb7edc06c9d5efcf0ee"
"builtin-baseline": "c0bca5189fa01456193e92b0c41f06b767982518"
}

0 comments on commit 2a315af

Please sign in to comment.