Skip to content

Commit

Permalink
Bump version to 10.4.5.0 and update Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 8, 2023
1 parent 3852ad6 commit 98eb5b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
10.4.x.x (relative to 10.4.4.0)
10.4.5.0 (relative to 10.4.4.0)
========

Fixes
---
Improvements
------------

- CurvesAlgo.resamplePrimitiveVariable : From Constant now supports all data types.
- MeshAlgo.resamplePrimitiveVariable : From Constant now supports all data types.
- PointsAlgo.resamplePrimitiveVariable : From Constant now supports all data types.
- CurvesAlgo, MeshAlgo, PointsAlgo : `resamplePrimitiveVariable()` now supports all data types when resampling a `Constant` primitive variable.

Build
-----
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SConsignFile()

ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 4 # backwards-incompatible changes
ieCoreMinorVersion = 4 # new backwards-compatible features
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 98eb5b8

Please sign in to comment.