diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f71c6e2c29..2cef7d13b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: label: Version description: What version are you running? Look to AYON Tray options: + - 1.3.2 - 1.3.1 - 1.3.0 - 1.2.0 diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index 9c43e80bf1..11fc31799b 100644 --- a/client/ayon_core/version.py +++ b/client/ayon_core/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'core' version.""" -__version__ = "1.3.1+dev" +__version__ = "1.3.2+dev" diff --git a/package.py b/package.py index ef6830ab93..908d34ffa8 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.3.1+dev" +version = "1.3.2+dev" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index f919a9589b..246781b12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.3.1+dev" +version = "1.3.2+dev" description = "" authors = ["Ynput Team "] readme = "README.md"