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 ee8b9f0 commit f0633b4Copy full SHA for f0633b4
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-04-28
78
- set(ITK_GIT_TAG "fa36932038fc81d57ea161600ba4fa605d252487")
+ # ITK release 2021-05-05
+ set(ITK_GIT_TAG "f3108c7513ee18f31a12fb088bb8990fb6aae0bc")
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.post1'
+VERSION = '5.2.0.post2'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments