Skip to content

Commit 0528fa6

Browse files
committedMar 17, 2024
Bump version
1 parent b2184b4 commit 0528fa6

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,8 @@ 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.4.0"
3839
- "0.3.5"
39-
- "0.3.4"
40-
- "0.3.3"
41-
- "0.3.2"
42-
- "0.3.1"
43-
- "0.3.0"
44-
- "0.2.11"
45-
- "0.2.10"
46-
- "0.2.9"
47-
- "0.2.8"
48-
- "0.2.7"
49-
- "0.2.6"
50-
- "0.2.5"
51-
- "0.2.4"
52-
- "0.2.3"
53-
- "0.2.2"
54-
- "0.2.1"
55-
- "0.2.0"
56-
- "0.1.11"
5740
validations:
5841
required: true
5942
- type: dropdown

‎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.3.5"
3+
version = "0.4.0"
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)