We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11631a1 commit 4e8928aCopy full SHA for 4e8928a
CMakeLists.txt
@@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
- # ITK release 2021-05-05
78
- set(ITK_GIT_TAG "f3108c7513ee18f31a12fb088bb8990fb6aae0bc")
+ # ITK release 2021-05-25
+ set(ITK_GIT_TAG "2502192aa96d0242af14f9961a27bb7ba2880d8d")
79
80
#-----------------------------------------------------------------------------
81
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.2.0.post2'
+VERSION = '5.2.0.post3'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments