Skip to content

Commit 2f3b646

Browse files
committedApr 4, 2024·
Bump version
1 parent 501cb35 commit 2f3b646

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+1
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.5.1"
3839
- "0.5.0"
3940
- "0.4.2"
4041
validations:

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene-django-query-optimizer"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Automatically optimize SQL queries in Graphene-Django schemas."
55
authors = [
66
"Matti Lamppu <lamppu.matti.akseli@gmail.com>",

0 commit comments

Comments
 (0)
Please sign in to comment.