mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
[Automated] Merged release main into develop
This commit is contained in:
commit
f92bfa8848
3 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Package declaring Pype version."""
|
||||
__version__ = "3.3.0-nightly.11"
|
||||
__version__ = "3.3.0"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e5c8a15fde77708c924eab3018bda255f17b5390
|
||||
Subproject commit 82d5b8137eea3b49d4781a4af51d7f375bb9f628
|
||||
Loading…
Add table
Add a link
Reference in a new issue