Merge branch 'develop' into bugfix/OP-6245_Bug-3dsmax--Publisher-Instances-dont-hold-its-EnabledDisabled-states-when-Publisher-reopened-again

This commit is contained in:
Kayla Man 2023-06-28 13:13:11 +08:00
commit d4da7d614b
2 changed files with 2 additions and 2 deletions

View file

@ -35,6 +35,7 @@ body:
label: Version
description: What version are you running? Look to OpenPype Tray
options:
- 3.15.12-nightly.1
- 3.15.11
- 3.15.11-nightly.5
- 3.15.11-nightly.4
@ -134,7 +135,6 @@ body:
- 3.14.4-nightly.3
- 3.14.4-nightly.2
- 3.14.4-nightly.1
- 3.14.3
validations:
required: true
- type: dropdown

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.15.11"
__version__ = "3.15.12-nightly.1"