We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501cb35 commit 2f3b646Copy full SHA for 2f3b646
.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.5.1"
39
- "0.5.0"
40
- "0.4.2"
41
validations:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "graphene-django-query-optimizer"
3
-version = "0.5.0"
+version = "0.5.1"
4
description = "Automatically optimize SQL queries in Graphene-Django schemas."
5
authors = [
6
"Matti Lamppu <lamppu.matti.akseli@gmail.com>",
0 commit comments