From 14a2a08ecde8a3382a75449a04a6c6d394bc7f79 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 24 Oct 2024 12:14:42 +0100 Subject: [PATCH] Bump version to 10.5.10.0 --- Changes | 9 +++++++-- SConstruct | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e83f25cd6b..1252a5a4f3 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,15 @@ -10.5.x.x (relative to 10.5.9.5) +10.5.x.x (relative to 10.5.10.0) ======== + + +10.5.10.0 (relative to 10.5.9.5) +========= + Improvements ------------ -- USDScene : PointInstancers are now loaded with invisibleIds and inactiveIds as primitive variables. +- USDScene : PointInstancers are now loaded with `invisibleIds` and `inactiveIds` as primitive variables. - IECoreUSD::DataAlgo : - Made `valueTypeName` argument to `fromUSD( const VtValue & )` optional. This allows VtValue to be converted without having additional type information available. - Added conversions between `VtDictionary` and `CompoundData`. diff --git a/SConstruct b/SConstruct index 5c372eb8a8..9aac440659 100644 --- a/SConstruct +++ b/SConstruct @@ -56,8 +56,8 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes -ieCoreMinorVersion = 9 # new backwards-compatible features -ieCorePatchVersion = 5 # bug fixes +ieCoreMinorVersion = 10 # new backwards-compatible features +ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################