Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Nov 6, 2024
1 parent 9fdeff7 commit 8eb8f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ 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
id: django_version
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
id: package_version
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
Expand Down
2 changes: 1 addition & 1 deletion generic_links/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.10.0"
__version__ = "0.11.0"

0 comments on commit 8eb8f63

Please sign in to comment.