Skip to content

Commit ed282b2

Browse files
committed
Bump version to 10.3.7.2 and update Changes
1 parent a7f2d42 commit ed282b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Fixes
77
- IECoreMaya : Fixed erroneous display of hidden locations in VP2 (#1290).
88
- IECoreMaya : Updated SceneShape drawing to respect ancestral visibility overrides (#1290).
99
- IECoreMaya : Fixed SceneShape isolate selection in maya (#1290).
10+
- USDScene : Fixed loading of primitive variables from UsdGeomPointInstancers (#1292).
1011

1112
10.3.7.1 (relative to 10.3.7.0)
1213
========

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 = 7 # new backwards-compatible features
60-
ieCorePatchVersion = 1 # bug fixes
60+
ieCorePatchVersion = 2 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

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

0 commit comments

Comments
 (0)