Skip to content

Commit 5d4466b

Browse files
committed
Bump version to 10.4.1.1 and update Changes
1 parent 8cffc85 commit 5d4466b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changes

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
10.4.x.x (relative to 10.4.1.0)
1+
10.4.1.1 (relative to 10.4.1.0)
22
========
33

44
Fixes
55
-----
66

7+
- AlembicScene : Fixed hash for animated visibility attribute (#1295).
8+
- Font : Fixed crashes caused by negative `char` values (#1291).
79
- IECoreMaya : Fixed erroneous display of hidden locations in VP2 (#1290).
810
- IECoreMaya : Updated SceneShape drawing to respect ancestral visibility overrides (#1290).
911
- IECoreMaya : Fixed SceneShape isolate selection in maya (#1290).

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SConsignFile()
5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
5959
ieCoreMinorVersion = 1 # new backwards-compatible features
60-
ieCorePatchVersion = 0 # bug fixes
60+
ieCorePatchVersion = 1 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

0 commit comments

Comments
 (0)