Skip to content

Commit da86133

Browse files
committed
BUG: Update tag for v5.3 RC 2
Use the tag directly and bump the Python package version for a new release.
1 parent fe4b2fa commit da86133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if(ITKPythonPackage_SUPERBUILD)
9494
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9595

9696
# ITK release 2021-10-27
97-
set(ITK_GIT_TAG "4c25e667a59d9f581e45576d80b25342df19fd5d")
97+
set(ITK_GIT_TAG "v5.3rc02")
9898

9999
#-----------------------------------------------------------------------------
100100
# 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.3rc2'
1+
VERSION = '5.3rc2.post1'
22

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

0 commit comments

Comments
 (0)