Skip to content

Commit

Permalink
Bump version to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Oct 16, 2024
1 parent 915cc87 commit 7aa7675
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body:
If you are not using the latest version, please try to also reproduce the bug
on the latest version before opening the issue.
options:
- "0.10.4"
- "0.10.3"
- "0.10.2"
- "0.10.1"
Expand All @@ -50,6 +51,7 @@ body:
description: >-
Please note that python versions not available below are not supported.
options:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-query-optimizer"
version = "0.10.3"
version = "0.10.4"
description = "Automatically optimize SQL queries in Graphene-Django schemas."
authors = [
"Matti Lamppu <lamppu.matti.akseli@gmail.com>",
Expand Down

0 comments on commit 7aa7675

Please sign in to comment.