diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 24afb6d..f814d65 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.18" - "0.0.17" - "0.0.16" - "0.0.15" diff --git a/pyproject.toml b/pyproject.toml index 7ee5faf..c782306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-lookup-property" -version = "0.0.17" +version = "0.0.18" description = "Django model properties that are also lookup expressions." authors = [ "Matti Lamppu ",