From 3094484e22b7889dbcae8d75c1b007e04c881f6a Mon Sep 17 00:00:00 2001 From: Matti Lamppu Date: Fri, 1 Nov 2024 01:32:25 +0200 Subject: [PATCH] Bump version to 0.3.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83dcd74..315f75a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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" @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9fd8f0d..94352bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",