mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
[Automated] Merged release main into develop
This commit is contained in:
commit
3478604aef
3 changed files with 23 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,6 +1,27 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## [3.18.0](https://github.com/ynput/OpenPype/tree/3.18.0)
|
||||||
|
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/ynput/OpenPype/compare/...3.18.0)
|
||||||
|
|
||||||
|
### **🐛 Bug fixes**
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Chore: Fix subst paths handling <a href="https://github.com/ynput/OpenPype/pull/5702">#5702</a></summary>
|
||||||
|
|
||||||
|
Make sure that source disk ends with `\` instead of destination disk.
|
||||||
|
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.17.7](https://github.com/ynput/OpenPype/tree/3.17.7)
|
## [3.17.7](https://github.com/ynput/OpenPype/tree/3.17.7)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Package declaring Pype version."""
|
"""Package declaring Pype version."""
|
||||||
__version__ = "3.17.7"
|
__version__ = "3.18.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "OpenPype"
|
name = "OpenPype"
|
||||||
version = "3.17.7" # OpenPype
|
version = "3.18.0" # 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