Merge branch 'develop' into bugfix/OP-7953_Maya-DL-Limit-groups-missing-in-settings

This commit is contained in:
Kayla Man 2024-01-17 20:05:27 +08:00 committed by GitHub
commit 0fcbdd5fb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.18.5-nightly.1
- 3.18.4
- 3.18.4-nightly.1
- 3.18.3
@ -134,7 +135,6 @@ body:
- 3.15.7
- 3.15.7-nightly.3
- 3.15.7-nightly.2
- 3.15.7-nightly.1
validations:
required: true
- type: dropdown

View file

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