From 2a17633c11dd5fda88bb2e5a7db1b380c21998cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Sun, 31 Oct 2021 19:00:39 +0100 Subject: [PATCH] Bump version from 1.3.7 to 1.3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9e9c763..f68a3154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "drf-openapi-tester" -version = "1.3.7" +version = "1.3.8" description = "Test utility for validating OpenAPI response documentation" authors = ["Sondre Lillebø Gundersen ", "Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld "]