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 3d1d40d commit 7d60f07Copy full SHA for 7d60f07
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-14
78
- set(ITK_GIT_TAG "e2c71059e4")
+ # ITK nightly-master 2021-01-18
+ set(ITK_GIT_TAG "c00531fe23")
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.2rc01.dev20210114+25.ge2c71059e4'
+VERSION = '5.2rc01.dev20210118+36.gc00531fe23'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments