File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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.2.0] - 2020-12-20
11+
1012### Fixed
1113
1214- Removed unnecessary imports in ` __init__.py ` files. [ #255 ]
@@ -492,6 +494,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
492494[ v2.0.1 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.0.1
493495[ v2.0.2 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
494496[ v2.1.0 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0
497+ [ v2.2.0 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.2.0
495498[ /// ] : # " Issue/PR links "
496499[ #189 ] : https://github.com/jdkandersson/OpenAlchemy/issues/189
497500[ #190 ] : https://github.com/jdkandersson/OpenAlchemy/issues/190
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " OpenAlchemy"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44description = " Maps an OpenAPI schema to SQLAlchemy models."
55authors = [" David Andersson <anderssonpublic@gmail.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ verify_ssl = true
99name = " open-alchemy-pypi"
1010
1111[packages ]
12- openalchemy = {version =" 2.1 .0" , index =" open-alchemy-pypi" }
12+ openalchemy = {version =" 2.2 .0" , index =" open-alchemy-pypi" }
1313connexion = {extras = [" swagger-ui" ], version = " 2.7.0" , index =" pypi" }
1414Flask-SQLAlchemy = {version = " 2.4.4" , index =" pypi" }
1515
You can’t perform that action at this time.
0 commit comments