[Automated] Release

This commit is contained in:
Ynbot 2023-12-12 14:41:03 +00:00
parent e0abee5097
commit a32e645e5d
3 changed files with 23 additions and 2 deletions

View file

@ -1,6 +1,27 @@
# 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)

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.17.7"
__version__ = "3.18.0"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
version = "3.17.7" # OpenPype
version = "3.18.0" # OpenPype
description = "Open VFX and Animation pipeline with support."
authors = ["OpenPype Team <info@openpype.io>"]
license = "MIT License"