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.
2 parents 919e2ff + b7215cc commit 6d88b52Copy full SHA for 6d88b52
CMakeLists.txt
@@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)
93
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
- # ITK nightly-master 2021-08-24
97
- set(ITK_GIT_TAG "f87c9bdaee")
+ # ITK nightly-master 2021-09-07
+ set(ITK_GIT_TAG "b161b26f6a")
98
99
#-----------------------------------------------------------------------------
100
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.2.1.dev20210824+254.gf87c9bdaee'
+VERSION = '5.2.1.dev20210907+266.gb161b26f6a'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments