From a17b51bcb92e210f71ab7cce6b76a2472c689e60 Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Thu, 28 Sep 2023 15:46:36 -0300 Subject: [PATCH] chore(release): release 0.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95c31c8d..bc0f0e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.17.4" +version = "0.18.0" description = "Strawberry GraphQL Django extension" authors = [ "Lauri Hintsala ",