diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f819241..510c8e0 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.0.12" - "0.0.11" - "0.0.10" - "0.0.9" diff --git a/pyproject.toml b/pyproject.toml index d86207b..1e8d0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-lookup-property" -version = "0.0.11" +version = "0.0.12" description = "Django model properties that are also lookup expressions." authors = [ "Matti Lamppu ",