From 1730c9ce960abda8c2f95c7e4a2bd1db35aefb1c Mon Sep 17 00:00:00 2001 From: OpenPype Date: Wed, 29 Dec 2021 03:42:14 +0000 Subject: [PATCH] [Automated] Bump version --- CHANGELOG.md | 2 +- openpype/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7b5ab20f..ee3bf6421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.7.0-nightly.11](https://github.com/pypeclub/OpenPype/tree/HEAD) +## [3.7.0-nightly.12](https://github.com/pypeclub/OpenPype/tree/HEAD) [Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.6.4...HEAD) diff --git a/openpype/version.py b/openpype/version.py index bfedfd3d11..f00f45b5d1 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.7.0-nightly.11" +__version__ = "3.7.0-nightly.12" diff --git a/pyproject.toml b/pyproject.toml index 745a9b3511..a48a6a4439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.7.0-nightly.11" # OpenPype +version = "3.7.0-nightly.12" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"