Skip to content

Commit 850b981

Browse files
committed
Bump version to 0.8.1
1 parent f9a6f3b commit 850b981

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ body:
3535
If you are not using the latest version, please try to also reproduce the bug
3636
on the latest version before opening the issue.
3737
options:
38+
- "0.8.1"
3839
- "0.8.0"
3940
- "0.7.2"
40-
- "0.7.1"
41-
- "0.7.0"
42-
- "0.6.3"
4341
validations:
4442
required: true
4543
- type: dropdown

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene-django-query-optimizer"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Automatically optimize SQL queries in Graphene-Django schemas."
55
authors = [
66
"Matti Lamppu <[email protected]>",

0 commit comments

Comments
 (0)