Skip to content

Commit b698e92

Browse files
committed
ENH: Bump ITK version to 5.4.6
1 parent f091c57 commit b698e92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-11-21
98-
set(ITK_GIT_TAG "v5.4.5")
97+
# release-5.4 branch, 2026-04-21
98+
set(ITK_GIT_TAG "v5.4.6")
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.5'
1+
VERSION = '5.4.6'
22

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

0 commit comments

Comments
 (0)