diff --git a/.cirrus.yml b/.cirrus.yml index da12bbe8..0771baeb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,7 +19,7 @@ macos_task: CIBW_ENVIRONMENT_MACOS: PROJ_WHEEL=true PROJ_NETWORK=ON - PROJ_VERSION=9.2.0 + PROJ_VERSION=9.2.1 PROJ_DIR=${CIRRUS_WORKING_DIR}/pyproj/proj_dir BUILD_PREFIX=${CIRRUS_WORKING_DIR}/build/ MACOSX_DEPLOYMENT_TARGET=10.9 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 381854e4..092e162e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - PROJ_VERSION: "9.2.0" + PROJ_VERSION: "9.2.1" jobs: make_sdist: diff --git a/appveyor.yml b/appveyor.yml index fbf015ca..1009891d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: # with caching build takes less than 1 minute - PYTHON: "C:\\Python39-x64" APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - PROJSOURCE: 9.2.0 + PROJSOURCE: 9.2.1 BUILD_SHARED_LIBS: ON # - PYTHON: "C:\\Python39-x64" # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 diff --git a/ci/vcpkg.json b/ci/vcpkg.json index de616770..f8b6ee4e 100644 --- a/ci/vcpkg.json +++ b/ci/vcpkg.json @@ -1,11 +1,11 @@ { "name": "pyproj", - "version": "3.5.0", + "version": "3.6.0", "dependencies": [ { "name": "proj", - "version>=": "9.2.0" + "version>=": "9.2.1" } ], - "builtin-baseline": "13003d8cf7c94486ad5064c0fccfd0b1d6f0a30e" + "builtin-baseline": "ad345ce17a26c56e8829356d9a98048ba0f4433b" } diff --git a/docs/history.rst b/docs/history.rst index 028a013d..96778559 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -4,6 +4,7 @@ Change Log Latest ------ - DEP: Minimum supported Python version 3.9 (issue #1111) +- WHL: Wheels contain PROJ 9.2.1 (pull #1291) - ENH: Added allow_superseded kwargs to :class:`pyproj.transformer.TransformerGroup` (pull #1269) - ENH: Added :meth:`CRS.to_2d` to demote 3D CRS to 2D (issue #1266) - ENH: Added parameter `output_axis_rule` to :meth:`CRS.to_wkt` (pull #1287)