File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.1] - 2020-12-08
11+
1012### Added
1113
1214- Add version, title and description (if defined) into the JSON OpenAPI
@@ -466,6 +468,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466468[ v1.5.4 ] : https://github.com/jdkandersson/OpenAlchemy/releases/1.5.4
467469[ v1.6.0 ] : https://github.com/jdkandersson/OpenAlchemy/releases/1.6.0
468470[ v2.0.0 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.0.0
471+ [ v2.0.1 ] : https://github.com/jdkandersson/OpenAlchemy/releases/2.0.1
469472[ // ] : # " Issue/PR links "
470473[ #189 ] : https://github.com/jdkandersson/OpenAlchemy/issues/189
471474[ #190 ] : https://github.com/jdkandersson/OpenAlchemy/issues/190
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "OpenAlchemy" ,
10- version = "2.0.0 " ,
10+ version = "2.0.1 " ,
1111 author = "David Andersson" ,
1212 author_email = "anderssonpublic@gmail.com" ,
1313 description = "Maps an OpenAPI schema to SQLAlchemy models." ,
You can’t perform that action at this time.
0 commit comments