Skip to content

Commit b64d134

Browse files
committed
ENH: Bump ITK version to 5.4.3
1 parent 9534d2d commit b64d134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# release-5.4 branch, 2025-01-03
98-
set(ITK_GIT_TAG "v5.4.2")
97+
# release-5.4 branch, 2025-03-19
98+
set(ITK_GIT_TAG "v5.4.3")
9999

100100
#-----------------------------------------------------------------------------
101101
# 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.4.2.post1'
1+
VERSION = '5.4.3'
22

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

0 commit comments

Comments
 (0)