Skip to content

Commit

Permalink
Merge pull request #242 from jdkandersson/release/2.0.2
Browse files Browse the repository at this point in the history
increment version number
  • Loading branch information
jdkandersson authored Dec 19, 2020
2 parents 83e88c1 + fba9e80 commit 3cdd952
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.2] - 2020-12-19

### Changed

- Changed from `setup.py` to poetry
Expand Down Expand Up @@ -473,6 +475,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[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
[v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
[//]: # "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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenAlchemy"
version = "2.0.1"
version = "2.0.2"
description = "Maps an OpenAPI schema to SQLAlchemy models."
authors = ["David Andersson <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/production/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ verify_ssl = true
name = "open-alchemy-pypi"

[packages]
openalchemy = {version="2.0.1", index="open-alchemy-pypi"}
openalchemy = {version="2.0.2", index="open-alchemy-pypi"}
connexion = {extras = ["swagger-ui"], version = "2.7.0", index="pypi"}
Flask-SQLAlchemy = {version = "2.4.4", index="pypi"}

Expand Down
4 changes: 2 additions & 2 deletions tests/production/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cdd952

Please sign in to comment.