Skip to content

Commit 380a0ce

Browse files
committed
BUG: Correct hash for v5.2.1
Old hash pointed to the multi-processing unix hang fix.
1 parent 4286ff7 commit 380a0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if(ITKPythonPackage_SUPERBUILD)
7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
7676

7777
# ITK release 2021-08-13
78-
set(ITK_GIT_TAG "2370517505f8fb07c85327f5b10e9de7bf14edb2")
78+
set(ITK_GIT_TAG "17e1303cb2587aa84f688edf833bbd9e567b65cc")
7979

8080
#-----------------------------------------------------------------------------
8181
# 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.2.1'
1+
VERSION = '5.2.1.post1'
22

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

0 commit comments

Comments
 (0)