From b37046c8bfa62ed25dd64a48961e05398c4be441 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 17 Aug 2021 17:18:39 +0200 Subject: [PATCH 1/2] bump avalon-core --- repos/avalon-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/avalon-core b/repos/avalon-core index e5c8a15fde..82d5b8137e 160000 --- a/repos/avalon-core +++ b/repos/avalon-core @@ -1 +1 @@ -Subproject commit e5c8a15fde77708c924eab3018bda255f17b5390 +Subproject commit 82d5b8137eea3b49d4781a4af51d7f375bb9f628 From 1ad70f43c74344bf2fc859427c113b66e20d1ae4 Mon Sep 17 00:00:00 2001 From: OpenPype Date: Tue, 17 Aug 2021 15:46:07 +0000 Subject: [PATCH 2/2] [Automated] Release --- CHANGELOG.md | 5 ++--- openpype/version.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4029086f0..f78a492c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [3.3.0-nightly.11](https://github.com/pypeclub/OpenPype/tree/HEAD) +## [3.3.0](https://github.com/pypeclub/OpenPype/tree/3.3.0) (2021-08-17) -[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.2.0...HEAD) +[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.2.0...3.3.0) **🚀 Enhancements** @@ -72,7 +72,6 @@ **🐛 Bug fixes** -- Failsafe for cross project containers. [\#1806](https://github.com/pypeclub/OpenPype/pull/1806) - nuke: fixing wrong name of family folder when `used existing frames` [\#1803](https://github.com/pypeclub/OpenPype/pull/1803) - Collect ftrack family bugs [\#1801](https://github.com/pypeclub/OpenPype/pull/1801) - Invitee email can be None which break the Ftrack commit. [\#1788](https://github.com/pypeclub/OpenPype/pull/1788) diff --git a/openpype/version.py b/openpype/version.py index 803d70e954..8dc277b38a 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.3.0-nightly.11" +__version__ = "3.3.0"