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 1fd917d commit 7c69d56Copy full SHA for 7c69d56
CMakeLists.txt
@@ -75,7 +75,7 @@ if(ITKPythonPackage_SUPERBUILD)
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
# ITK nightly-master 2021-04-01
78
- set(ITK_GIT_TAG "60c2920599")
+ set(ITK_GIT_TAG "v5.2.0")
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.2rc03.dev20210401+148.g60c2920599'
+VERSION = '5.2.0'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments