From 86feeceea3ed23aaf5ac3ea5defd3c2999088c56 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Thu, 21 Sep 2023 20:08:47 -0400 Subject: [PATCH] release: 0.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32a0315f1..0119328cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-types" -version = "0.17.0" +version = "0.18.0" description = "Type stubs for Django" repository = "https://github.com/sbdchd/django-types" readme = "README.md"