Skip to content

Commit 488ea7b

Browse files
committed
Bump *colorspaces* version to 4.0.0.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 590d75d commit 488ea7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opencolorio_config_aces/config/generation/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ def extended_fields(self) -> dict[str, str]:
9090
BUILD_CONFIGURATIONS: list[BuildConfiguration] = [
9191
BuildConfiguration(
9292
aces=Version(2, 0),
93-
colorspaces=Version(3, 0, 0),
93+
colorspaces=Version(4, 0, 0),
9494
ocio=Version(2, 5),
9595
variant="",
9696
),
9797
BuildConfiguration(
9898
aces=Version(2, 0),
99-
colorspaces=Version(3, 0, 0),
99+
colorspaces=Version(4, 0, 0),
100100
ocio=Version(2, 5),
101101
variant="D60 Views",
102102
),
103103
BuildConfiguration(
104104
aces=Version(2, 0),
105-
colorspaces=Version(3, 0, 0),
105+
colorspaces=Version(4, 0, 0),
106106
ocio=Version(2, 5),
107107
variant="All Views",
108108
),

0 commit comments

Comments
 (0)