Skip to content

Commit 52c07c7

Browse files
committed
Bump version to 10.4.0.0a1 and update Changes
1 parent f18961f commit 52c07c7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Changes

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
10.4.0.0a1 (relative to 10.3.2.1)
2+
==========
3+
4+
Improvements
5+
------------
6+
7+
- IECoreUSD : Added support for version 22.03 (#1245).
8+
- IECoreMaya : Added support for Maya 2022 and Python 3 (#1235).
9+
- IECoreNuke : Added support for Python 3 (#1238).
10+
- IECoreHoudini : Added support for Houdini 19 and Python 3 (#1242).
11+
- Python : Added support for Python 3.9 in addition to 3.7 (#1229).
12+
13+
Breaking Changes
14+
----------------
15+
16+
- OpenImageIO : Updated required version to 2.3 (#1246, #1230).
17+
- Alembic : Dropped support for Alembic versions prior to 1.6 (#1240).
18+
- IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
19+
- StringAlgo : Removed `join()` (#1221).
20+
121
10.3.3.0 (relative to 10.3.2.1)
222
========
323

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "a1" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################
6464
# Command line options

0 commit comments

Comments
 (0)