Skip to content

Commit

Permalink
Merge pull request #227 from jdkandersson/release/2.0.1
Browse files Browse the repository at this point in the history
release version 2.0.1
  • Loading branch information
jdkandersson authored Dec 8, 2020
2 parents d8ae979 + 17ab6e1 commit 600a3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.1] - 2020-12-08

### Added

- Add version, title and description (if defined) into the JSON OpenAPI
Expand Down Expand Up @@ -466,6 +468,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.5.4]: https://github.com/jdkandersson/OpenAlchemy/releases/1.5.4
[v1.6.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.6.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
[//]: # "Issue/PR links"
[#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189
[#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="OpenAlchemy",
version="2.0.0",
version="2.0.1",
author="David Andersson",
author_email="[email protected]",
description="Maps an OpenAPI schema to SQLAlchemy models.",
Expand Down

0 comments on commit 600a3b1

Please sign in to comment.