From 5bf4b826ac960103f121f094506100e993507bef Mon Sep 17 00:00:00 2001 From: Petr Dvorak Date: Tue, 19 Sep 2023 17:56:06 +0200 Subject: [PATCH] update release --- CHANGELOG.md | 4 ++-- openpype/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9001e9fec5..4bcf66a210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [3.16.8](https://github.com/ynput/OpenPype/tree/3.16.8) +## [3.17.0](https://github.com/ynput/OpenPype/tree/3.17.0) -[Full Changelog](https://github.com/ynput/OpenPype/compare/3.16.7...3.16.8) +[Full Changelog](https://github.com/ynput/OpenPype/compare/3.16.7...3.17.0) ### **🚀 Enhancements** diff --git a/openpype/version.py b/openpype/version.py index 0578bb8780..281e756967 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.16.8" +__version__ = "3.17.0" diff --git a/pyproject.toml b/pyproject.toml index 233cf73db8..d0b1ecf589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.16.8" # OpenPype +version = "3.17.0" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"