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 5324177 commit f175f5aCopy full SHA for f175f5a
CMakeLists.txt
@@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
- # ITK nightly-master 2021-01-05
78
- set(ITK_GIT_TAG "22659eafd8")
+ # ITK nightly-master 2021-01-06
+ set(ITK_GIT_TAG "414ad0f5b6")
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.1.2.dev20210105+819.g22659eafd8'
+VERSION = '5.2rc01.dev20210106+14.g414ad0f5b6'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments