Skip to content

Commit e37dd9b

Browse files
authored
Merge pull request #273 from InsightSoftwareConsortium/itk-v5.4rc04
ENH: Bump version to 5.4rc4
2 parents c208ebb + c236b97 commit e37dd9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# master branch, 2024-04-12
98-
set(ITK_GIT_TAG "81be125a547ba2fa2343ae36cce8812bd711c5b4")
97+
# master branch, 2024-04-15
98+
set(ITK_GIT_TAG "2082a9364a204cd93b9db082ee651aae096016c7")
9999

100100
#-----------------------------------------------------------------------------
101101
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.4rc3'
1+
VERSION = '5.4rc4'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ for VENV in "${VENVS[@]}"; do
221221
done
222222

223223
if [[ $(arch) != "arm64" ]]; then
224-
for wheel in dist/*.whl; do
224+
for wheel in dist/itk_*.whl; do
225225
echo "Delocating $wheel"
226226
${DELOCATE_LISTDEPS} $wheel # lists library dependencies
227227
${DELOCATE_WHEEL} $wheel # copies library dependencies into wheel

0 commit comments

Comments
 (0)