[Automated] Release

This commit is contained in:
Ynbot 2023-12-13 16:15:15 +00:00
parent abc6457977
commit 69615971d4
3 changed files with 23 additions and 2 deletions

View file

@ -1,6 +1,27 @@
# Changelog
## [3.18.1](https://github.com/ynput/OpenPype/tree/3.18.1)
[Full Changelog](https://github.com/ynput/OpenPype/compare/3.18.0...3.18.1)
### **🚀 Enhancements**
<details>
<summary>AYON: Update ayon api to 1.0.0-rc.3 <a href="https://github.com/ynput/OpenPype/pull/6052">#6052</a></summary>
Updated ayon python api to 1.0.0-rc.3.
___
</details>
## [3.18.0](https://github.com/ynput/OpenPype/tree/3.18.0)

View file

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

View file

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