Skip to content

Commit a4fd2b7

Browse files
authored
Merge pull request #1236 from johnhaddon/releasePrep-10.3.2.1
Bump version to 10.3.2.1 and update Changes
2 parents 1033b1f + c2a61f4 commit a4fd2b7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changes

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
10.3.2.1 (relative to 10.3.2.0)
2+
========
3+
4+
Fixes
5+
-----
6+
7+
- USDScene :
8+
- Fixed reading of Houdini's paired representation of primvars with varying-length arrays per vertex/face (#1233).
9+
- Fixed reading of custom attributes without an authored value. These are now ignored by `attributesNames()` (#1234).
10+
11+
CI
12+
--
13+
14+
- Windows : Added testing of IECoreUSD (#1233).
15+
116
10.3.2.0 (relative to 10.3.1.0)
217
========
318

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SConsignFile()
5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 3 # backwards-incompatible changes
5959
ieCoreMinorVersion = 2 # new backwards-compatible features
60-
ieCorePatchVersion = 0 # bug fixes
60+
ieCorePatchVersion = 1 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

0 commit comments

Comments
 (0)