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"