From 18e931796f075ac60592f13be5c714f804178ffb Mon Sep 17 00:00:00 2001 From: David Andersson Date: Sun, 20 Dec 2020 14:38:46 +1030 Subject: [PATCH 1/2] increment version numbers --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- tests/production/Pipfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bebbc2..761cd0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.1.0] - 2020-12-20 + ### Added - Add support for namespaced `x-open-alchemy-` prefix on top of the shorter @@ -481,6 +483,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v2.0.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.0 [v2.0.1]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.1 [v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2 +[v2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0 [//]: # "Issue/PR links" [#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189 [#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190 diff --git a/pyproject.toml b/pyproject.toml index 241985c9..066f5927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenAlchemy" -version = "2.0.2" +version = "2.1.0" description = "Maps an OpenAPI schema to SQLAlchemy models." authors = ["David Andersson "] license = "Apache-2.0" diff --git a/tests/production/Pipfile b/tests/production/Pipfile index e969dcdc..00208492 100644 --- a/tests/production/Pipfile +++ b/tests/production/Pipfile @@ -9,7 +9,7 @@ verify_ssl = true name = "open-alchemy-pypi" [packages] -openalchemy = {version="2.0.2", index="open-alchemy-pypi"} +openalchemy = {version="2.1.0", index="open-alchemy-pypi"} connexion = {extras = ["swagger-ui"], version = "2.7.0", index="pypi"} Flask-SQLAlchemy = {version = "2.4.4", index="pypi"} From 0ed325079f1866aae8d92bddc1bb37d0f44202bc Mon Sep 17 00:00:00 2001 From: David Andersson Date: Sun, 20 Dec 2020 14:44:58 +1030 Subject: [PATCH 2/2] remove unnecessary python setup --- .github/workflows/code-quality.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index f16deb39..58229830 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -169,11 +169,6 @@ jobs: needs: - build steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.9 - name: Retrieve packages uses: actions/download-artifact@v2.0.7 with: @@ -221,11 +216,6 @@ jobs: needs: - test-production-test-pypi steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.9 - name: Retrieve packages uses: actions/download-artifact@v2.0.7 with: