update release

This commit is contained in:
Petr Dvorak 2023-09-19 17:56:06 +02:00
parent 001cb0cc70
commit 5bf4b826ac
3 changed files with 4 additions and 4 deletions

View file

@ -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**

View file

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

View file

@ -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 <info@openpype.io>"]
license = "MIT License"