diff --git a/.circleci/config.yml b/.circleci/config.yml index f4e49c9..65103bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index dd13bb5..384b911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------- diff --git a/pyproject.toml b/pyproject.toml index c291085..91873b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/pyproject_py37.toml b/pyproject_py37.toml index 0f2befb..0a6cfa7 100644 --- a/pyproject_py37.toml +++ b/pyproject_py37.toml @@ -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 = [