Skip to content

Commit

Permalink
Bump version to 10.4.0.0a1 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Mar 8, 2022
1 parent f18961f commit 52c07c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
10.4.0.0a1 (relative to 10.3.2.1)
==========

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

- IECoreUSD : Added support for version 22.03 (#1245).
- IECoreMaya : Added support for Maya 2022 and Python 3 (#1235).
- IECoreNuke : Added support for Python 3 (#1238).
- IECoreHoudini : Added support for Houdini 19 and Python 3 (#1242).
- Python : Added support for Python 3.9 in addition to 3.7 (#1229).

Breaking Changes
----------------

- OpenImageIO : Updated required version to 2.3 (#1246, #1230).
- Alembic : Dropped support for Alembic versions prior to 1.6 (#1240).
- IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
- StringAlgo : Removed `join()` (#1221).

10.3.3.0 (relative to 10.3.2.1)
========

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
ieCoreMajorVersion = 4 # backwards-incompatible changes
ieCoreMinorVersion = 0 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix = "a1" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 52c07c7

Please sign in to comment.