From 67bc65e8df5f5e83e0ad8ef510704cde14dbab8a Mon Sep 17 00:00:00 2001 From: Matti Lamppu Date: Fri, 24 May 2024 20:19:09 +0300 Subject: [PATCH] Bump version to 0.6.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +----- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 31ef64e..1a1456b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,12 +35,8 @@ body: If you are not using the latest version, please try to also reproduce the bug on the latest version before opening the issue. options: + - "0.6.0" - "0.5.4" - - "0.5.3" - - "0.5.2" - - "0.5.1" - - "0.5.0" - - "0.4.2" validations: required: true - type: dropdown diff --git a/pyproject.toml b/pyproject.toml index 97916cf..8cf8459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "graphene-django-query-optimizer" -version = "0.5.4" +version = "0.6.0" description = "Automatically optimize SQL queries in Graphene-Django schemas." authors = [ "Matti Lamppu ",