Skip to content

Commit a7dfda8

Browse files
committed
Bump version to 0.10.12
1 parent 4313471 commit a7dfda8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ 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.10.12"
3839
- "0.10.11"
3940
- "0.10.10"
4041
- "0.10.9"

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphene-django-query-optimizer"
3-
version = "0.10.11"
3+
version = "0.10.12"
44
description = "Automatically optimize SQL queries in Graphene-Django schemas."
55
authors = [
66
{ name = "Matti Lamppu", email = "lamppu.matti.akseli@gmail.com" },

0 commit comments

Comments
 (0)