Skip to content

Commit 9820cc8

Browse files
authored
Merge pull request #244 from jdkandersson/release/2.1.0
increment version numbers
2 parents c9f80f6 + 0ed3250 commit 9820cc8

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ jobs:
169169
needs:
170170
- build
171171
steps:
172-
- uses: actions/checkout@v2
173-
- name: Set up Python
174-
uses: actions/setup-python@v2
175-
with:
176-
python-version: 3.9
177172
- name: Retrieve packages
178173
uses: actions/download-artifact@v2.0.7
179174
with:
@@ -221,11 +216,6 @@ jobs:
221216
needs:
222217
- test-production-test-pypi
223218
steps:
224-
- uses: actions/checkout@v2
225-
- name: Set up Python
226-
uses: actions/setup-python@v2
227-
with:
228-
python-version: 3.9
229219
- name: Retrieve packages
230220
uses: actions/download-artifact@v2.0.7
231221
with:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.1.0] - 2020-12-20
11+
1012
### Added
1113

1214
- 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
481483
[v2.0.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.0
482484
[v2.0.1]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.1
483485
[v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
486+
[v2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0
484487
[//]: # "Issue/PR links"
485488
[#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189
486489
[#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OpenAlchemy"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
description = "Maps an OpenAPI schema to SQLAlchemy models."
55
authors = ["David Andersson <anderssonpublic@gmail.com>"]
66
license = "Apache-2.0"

tests/production/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ verify_ssl = true
99
name = "open-alchemy-pypi"
1010

1111
[packages]
12-
openalchemy = {version="2.0.2", index="open-alchemy-pypi"}
12+
openalchemy = {version="2.1.0", index="open-alchemy-pypi"}
1313
connexion = {extras = ["swagger-ui"], version = "2.7.0", index="pypi"}
1414
Flask-SQLAlchemy = {version = "2.4.4", index="pypi"}
1515

0 commit comments

Comments
 (0)