Skip to content

Commit

Permalink
Bump version to 10.5.5.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 2, 2024
1 parent 6af71fb commit 1ffe66c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
10.5.x.x (relative to 10.5.4.2)
10.5.x.x (relative to 10.5.5.0)
========



10.5.5.0 (relative to 10.5.4.2)
========

Features
Expand All @@ -10,6 +15,7 @@ Improvements
------------

- USDScene : Added basic loading of UsdGeomNurbsCurves, converting them to CurvesPrimitives.
- OStreamMessageHandler : Added level prefix to every line.

Fixes
-----
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 = 5 # backwards-incompatible changes
ieCoreMinorVersion = 4 # new backwards-compatible features
ieCorePatchVersion = 2 # bug fixes
ieCoreMinorVersion = 5 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

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

0 comments on commit 1ffe66c

Please sign in to comment.