From 92797d915ac8d737a14fff9cd5542b7316d786db Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Wed, 20 Nov 2024 11:37:09 +0000 Subject: [PATCH] release 0.19.1 --- py310/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py310/pyproject.toml b/py310/pyproject.toml index 2d4b541..d5ffe52 100644 --- a/py310/pyproject.toml +++ b/py310/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.19" +version = "0.19.1" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [ diff --git a/pyproject.toml b/pyproject.toml index db49955..c4ac73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.19" +version = "0.19.1" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [