Skip to content

Commit

Permalink
release 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Nov 29, 2022
1 parent 1536b3b commit c0eacdd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:

- run_tests

- run:
name: Upload test durations to BlueRacer.io
command: |
bash <(curl -s https://app.blueracer.io/upload)
# - run:
# name: Upload test durations to BlueRacer.io
# command: |
# bash <(curl -s https://app.blueracer.io/upload)

test_310:
<<: *defaults
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

0.14.3 (2022-11-29)
-------------------

* Append changelog to the bottom of PyPI page.
[zupo]

* `request.openapi_validated` no longer breaks non-opeanpi views, refs #172.
[grinspins, zupo]


0.14.2 (2022-11-17)
-------------------

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.14.2"
version = "0.14.3"
description = "Pyramid addon for OpenAPI3 validation of requests and responses."
readme = ["README.md", "CHANGELOG.md"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject_py37.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyramid_openapi3"
version = "0.14.2"
version = "0.14.3"
description = "Pyramid addon for OpenAPI3 validation of requests and responses."
readme = "README.md"
authors = [
Expand Down

0 comments on commit c0eacdd

Please sign in to comment.