Skip to content

Commit 2c3cff4

Browse files
committed
version: Bump to 5.1.0.post3
Include InsightSoftwareConsortium/ITK@a6a5140 to support pickling / Dask Distributed re: InsightSoftwareConsortium/ITK#1517
1 parent 6809b84 commit 2c3cff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ if(ITKPythonPackage_SUPERBUILD)
7272
#-----------------------------------------------------------------------------
7373
include(ExternalProject)
7474

75-
set(ITK_REPOSITORY "https://github.com/thewtex/ITK.git")
76-
# ITK release 2020-05-25
77-
set(ITK_GIT_TAG "98fc085a9d96bb43f60160a147e1156cf30a26b3")
75+
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76+
# ITK release 2020-06-11
77+
set(ITK_GIT_TAG "3bcac28cab4a729045c58613171eb165b3baa5f2")
7878

7979
#-----------------------------------------------------------------------------
8080
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.1.0.post2'
1+
VERSION = '5.1.0.post3'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)