We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbb49d commit 039eb53Copy full SHA for 039eb53
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -35,6 +35,7 @@ body:
35
If you are not using the latest version, please try to also reproduce the bug
36
on the latest version before opening the issue.
37
options:
38
+ - "0.3.0"
39
- "0.2.11"
40
- "0.2.10"
41
- "0.2.9"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "graphene-django-query-optimizer"
3
-version = "0.2.11"
+version = "0.3.0"
4
description = "Automatically optimize SQL queries in Graphene-Django schemas."
5
authors = [
6
"Matti Lamppu <lamppu.matti.akseli@gmail.com>",
0 commit comments