Skip to content

Commit 17ab6e1

Browse files
author
David Andersson
committed
release version 2.0.1
1 parent d8ae979 commit 17ab6e1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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.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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.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.",

0 commit comments

Comments
 (0)