Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Aug 23, 2024
1 parent d808fac commit 0af6620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0"
- "0.8.5"
- "0.8.3"
- "0.8.2"
- "0.8.1"
- "0.8.0"
- "0.7.2"
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-query-optimizer"
version = "0.8.5"
version = "0.9.0"
description = "Automatically optimize SQL queries in Graphene-Django schemas."
authors = [
"Matti Lamppu <lamppu.matti.akseli@gmail.com>",
Expand Down

0 comments on commit 0af6620

Please sign in to comment.