Skip to content

Commit

Permalink
Bump version to 10.3.6.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Apr 26, 2022
1 parent c467938 commit e3ee519
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
10.3.6.0 (relative to 10.3.5.1)
========

Improvements
------------

- USDScene : Added support for the `doubleSided` attribute.

10.3.5.1 (relative to 10.3.5.0)
========

Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ SConsignFile()

ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 3 # backwards-incompatible changes
ieCoreMinorVersion = 5 # new backwards-compatible features
ieCorePatchVersion = 1 # bug fixes
ieCoreMinorVersion = 6 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit e3ee519

Please sign in to comment.