Skip to content

Commit

Permalink
release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Mar 8, 2024
1 parent 37292e8 commit dd15e96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit dd15e96

Please # to comment.