Skip to content

Commit 3fbc620

Browse files
committed
WHL: PROJ 9.4.1 (#1423)
1 parent b32f7bf commit 3fbc620

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4.0"
18+
PROJ_VERSION: "9.4.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.4.0"
7+
"version>=": "9.4.1"
88
}
99
],
10-
"builtin-baseline": "46542ddc124d692945b66cf6dda9876b9eef1dc3"
10+
"builtin-baseline": "513aa7ceb3b5e9bf90882cb7edc06c9d5efcf0ee"
1111
}

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
Latest
55
------
6-
- WHL: Wheels contain PROJ 9.4.0 (pull #1386)
6+
- WHL: Wheels contain PROJ 9.4.1 (pull #1423)
77
- DEP: Minimum supported Python version 3.10 (pull #1357)
88
- DEP: Minimum PROJ version 9.2 (pull #1394)
99
- ENH: Add :meth:`CRS.is_deprecated` and :meth:`CRS.get_non_deprecated` (pull #1383)

0 commit comments

Comments
 (0)