Merge branch 'develop' into enhancement/enable_options_extract_review_intermediate

This commit is contained in:
Jakub Ježek 2024-01-02 14:47:28 +01:00 committed by GitHub
commit 75f9e3768a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -35,6 +35,8 @@ body:
label: Version
description: What version are you running? Look to OpenPype Tray
options:
- 3.18.2-nightly.5
- 3.18.2-nightly.4
- 3.18.2-nightly.3
- 3.18.2-nightly.2
- 3.18.2-nightly.1
@ -133,8 +135,6 @@ body:
- 3.15.5
- 3.15.5-nightly.2
- 3.15.5-nightly.1
- 3.15.4
- 3.15.4-nightly.3
validations:
required: true
- type: dropdown

View file

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