Skip to content

Commit da98b17

Browse files
jmahovsky-dwa7039208, GitHub Enterprise Cloud (206817371)
authored andcommitted
Bumped minor version for the release.
1 parent c95b3d8 commit da98b17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def version():
1414
"""
1515
Increment the build in the version.
1616
"""
17-
_version = '15.28'
17+
_version = '15.29'
1818
from rezbuild import earlybind
1919
return earlybind.version(this, _version)
2020

@@ -83,10 +83,10 @@ def version():
8383

8484
requires = [
8585
'arras4_core-4.10',
86-
'mcrt_dataio-15.16',
87-
'mcrt_messages-14.6',
88-
'moonray-17.28',
89-
'scene_rdl2-15.15',
86+
'mcrt_dataio-15.17',
87+
'mcrt_messages-14.7',
88+
'moonray-17.29',
89+
'scene_rdl2-15.16',
9090
]
9191

9292
private_build_requires = [

0 commit comments

Comments
 (0)