diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d4e5c40e4..ed4a9b5dc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: os: windows-2019 buildType: RELEASE options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.1.0/gafferDependencies-6.1.0-Python3-windows.zip + dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true @@ -78,7 +78,7 @@ jobs: os: windows-2019 buildType: RELWITHDEBINFO options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.1.0/gafferDependencies-6.1.0-Python3-windows.zip + dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false diff --git a/Changes b/Changes index c254e24455..4b4cb51c77 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +10.4.x.x (relative to 10.4.2.1) +======== + +Build +----- + +- Updated Windows dependencies to 6.2.0. + 10.4.2.1 (relative to 10.4.2.0) ========