From dd15e96a5fc4001fa6573367fab66623b6297155 Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Fri, 8 Mar 2024 16:13:41 +0000 Subject: [PATCH] release 0.17.0 --- .github/workflows/ci.yml | 1 - CHANGELOG.md | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8999b3..874ed30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,6 @@ jobs: POETRY_VERSION=$(nix-shell --run "poetry version --short") echo $POETRY_VERSION - nix-shell --run "echo `poetry version --short`" [[ "$GITHUB_REF_NAME" == "$POETRY_VERSION" ]] && exit 0 || exit 1 - run: nix-shell --run "poetry publish --build" diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ae7bb..832a86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -0.17.0 (unreleased) +0.17.0 (2024-03-08) ------------------- * Update the supported version of Python to 3.12, Pyramid to 2.0.2. diff --git a/pyproject.toml b/pyproject.toml index 22eef51..c0d7ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.16.0" +version = "0.17.0" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [