mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
[Automated] Merged release main into develop
This commit is contained in:
commit
997129e59e
3 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [3.9.1-nightly.3](https://github.com/pypeclub/OpenPype/tree/HEAD)
|
## [3.9.1](https://github.com/pypeclub/OpenPype/tree/3.9.1) (2022-03-17)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.9.0...HEAD)
|
[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.9.0...3.9.1)
|
||||||
|
|
||||||
**🚀 Enhancements**
|
**🚀 Enhancements**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Package declaring Pype version."""
|
"""Package declaring Pype version."""
|
||||||
__version__ = "3.9.1-nightly.3"
|
__version__ = "3.9.1"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "OpenPype"
|
name = "OpenPype"
|
||||||
version = "3.9.1-nightly.3" # OpenPype
|
version = "3.9.1" # OpenPype
|
||||||
description = "Open VFX and Animation pipeline with support."
|
description = "Open VFX and Animation pipeline with support."
|
||||||
authors = ["OpenPype Team <info@openpype.io>"]
|
authors = ["OpenPype Team <info@openpype.io>"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue