From a1e722724bcccdfb4807e9623451fa2d85405a2f Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Wed, 3 Apr 2024 12:03:23 +0100 Subject: [PATCH] release 0.18 --- poetry.lock | 2 +- py39/poetry.lock | 2 +- py39/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0977a4..6e974b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "attrs" diff --git a/py39/poetry.lock b/py39/poetry.lock index 57de7fb..9821080 100644 --- a/py39/poetry.lock +++ b/py39/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "attrs" diff --git a/py39/pyproject.toml b/py39/pyproject.toml index 6e00f01..9a598e5 100644 --- a/py39/pyproject.toml +++ b/py39/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.17.1" +version = "0.18" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [ diff --git a/pyproject.toml b/pyproject.toml index 9a12b81..29c4b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.17.1" +version = "0.18" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [