diff --git a/CHANGELOG.md b/CHANGELOG.md index aa720137a3..d118bbff54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.12.0-nightly.1](https://github.com/pypeclub/OpenPype/tree/HEAD) +## [3.12.0-nightly.2](https://github.com/pypeclub/OpenPype/tree/HEAD) [Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.11.1...HEAD) @@ -8,7 +8,7 @@ - Linux: update OIIO package [\#3401](https://github.com/pypeclub/OpenPype/pull/3401) - General: Add ability to change user value for templates [\#3366](https://github.com/pypeclub/OpenPype/pull/3366) -- Feature/multiverse [\#3350](https://github.com/pypeclub/OpenPype/pull/3350) +- Multiverse: expose some settings to GUI [\#3350](https://github.com/pypeclub/OpenPype/pull/3350) **🚀 Enhancements** @@ -17,6 +17,7 @@ **🐛 Bug fixes** +- Nuke: Fix keyword argument in query function [\#3414](https://github.com/pypeclub/OpenPype/pull/3414) - Nuke: Collect representation files based on Write [\#3407](https://github.com/pypeclub/OpenPype/pull/3407) - General: Filter representations before integration start [\#3398](https://github.com/pypeclub/OpenPype/pull/3398) - Maya: look collector typo [\#3392](https://github.com/pypeclub/OpenPype/pull/3392) diff --git a/openpype/version.py b/openpype/version.py index a30bca9f0f..02f928d83c 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.12.0-nightly.1" +__version__ = "3.12.0-nightly.2" diff --git a/pyproject.toml b/pyproject.toml index 47e6453551..a159559763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.12.0-nightly.1" # OpenPype +version = "3.12.0-nightly.2" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"