From 0eae7d7147fd25d954ee6120f40b6ff70523ab8d Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 2 Aug 2024 21:44:24 -0500 Subject: [PATCH] WHL: PROJ 9.4.1 --- .github/workflows/release.yaml | 2 +- ci/vcpkg.json | 4 ++-- docs/history.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e8ee5a56d..6b4fa5ad5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - PROJ_VERSION: "9.4.0" + PROJ_VERSION: "9.4.1" DEBIAN_FRONTEND: noninteractive jobs: diff --git a/ci/vcpkg.json b/ci/vcpkg.json index 8fd24ca14..446b6d67b 100644 --- a/ci/vcpkg.json +++ b/ci/vcpkg.json @@ -4,8 +4,8 @@ "dependencies": [ { "name": "proj", - "version>=": "9.4.0" + "version>=": "9.4.1" } ], - "builtin-baseline": "46542ddc124d692945b66cf6dda9876b9eef1dc3" + "builtin-baseline": "513aa7ceb3b5e9bf90882cb7edc06c9d5efcf0ee" } diff --git a/docs/history.rst b/docs/history.rst index ee857c622..8f432d473 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -3,7 +3,7 @@ Change Log Latest ------ -- WHL: Wheels contain PROJ 9.4.0 (pull #1386) +- WHL: Wheels contain PROJ 9.4.1 (pull #1423) - DEP: Minimum supported Python version 3.10 (pull #1357) - DEP: Minimum PROJ version 9.2 (pull #1394) - ENH: Add :meth:`CRS.is_deprecated` and :meth:`CRS.get_non_deprecated` (pull #1383)