Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Oct 31, 2024
1 parent 930dba5 commit 3094484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.3.1"
- "0.3.0"
- "0.2.5"
- "0.2.4"
Expand All @@ -52,6 +53,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
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 = "django-signal-webhooks"
version = "0.3.0"
version = "0.3.1"
description = "Add webhooks to django using signals."
authors = [
"Matti Lamppu <[email protected]>",
Expand Down

0 comments on commit 3094484

Please sign in to comment.