[Automated] Release

This commit is contained in:
OpenPype 2022-08-30 08:33:14 +00:00
parent 40a4262916
commit 3a425fcf38
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Changelog
## [3.14.1-nightly.4](https://github.com/pypeclub/OpenPype/tree/HEAD)
## [3.14.1](https://github.com/pypeclub/OpenPype/tree/3.14.1) (2022-08-30)
[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.14.0...HEAD)
[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.14.0...3.14.1)
### 📖 Documentation

View file

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

View file

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