From 2e36b5ba720e6d8cd64d148c00b81d28cd24105b Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 23 Nov 2021 15:10:41 +0100 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 9 +++++++++ openpype/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecdfaa9bc..e7abaac7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog + +## [3.6.4](https://github.com/pypeclub/OpenPype/tree/3.6.4) (2021-11-23) + +[Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.6.3...3.6.4) + +**🐛 Bug fixes** + +- Nuke: inventory update removes all loaded read nodes [\#2294](https://github.com/pypeclub/OpenPype/pull/2294) + ## [3.6.3](https://github.com/pypeclub/OpenPype/tree/3.6.3) (2021-11-19) [Full Changelog](https://github.com/pypeclub/OpenPype/compare/3.6.2...3.6.3) diff --git a/openpype/version.py b/openpype/version.py index 960bf2af12..ca8fa9f45d 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.6.3" +__version__ = "3.6.4" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 973b2a5a89..b340490389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.6.3" # OpenPype +version = "3.6.4" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"