From 8eb8f63357c52d2a3b7b790d8df5b3de4f18e160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20M=C3=A9ndez?= Date: Wed, 6 Nov 2024 07:27:21 -0600 Subject: [PATCH] Bump version to 0.11.0 --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- generic_links/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ef8fb1a..57b3a91 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,7 @@ body: attributes: label: Python Version description: Which version of Python were you using? - placeholder: 3.12.0 + placeholder: 3.13.0 validations: required: false - type: input @@ -14,7 +14,7 @@ body: attributes: label: Django Version description: Which version of Django were you using? - placeholder: 5.0.0 + placeholder: 5.1.3 validations: required: false - type: input @@ -22,7 +22,7 @@ body: attributes: label: Package Version description: Which version of this package were you using? If not the latest version, please check this issue has not since been resolved. - placeholder: 0.10.0 + placeholder: 0.11.0 validations: required: false - type: textarea diff --git a/generic_links/__init__.py b/generic_links/__init__.py index b8f0f7e..27047e1 100644 --- a/generic_links/__init__.py +++ b/generic_links/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.10.0" +__version__ = "0.11.0"