Skip to content

Commit 3cdd952

Browse files
authored
Merge pull request #242 from jdkandersson/release/2.0.2
increment version number
2 parents 83e88c1 + fba9e80 commit 3cdd952

4 files changed

Lines changed: 7 additions & 4 deletions

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.2] - 2020-12-19
11+
1012
### Changed
1113

1214
- Changed from `setup.py` to poetry
@@ -473,6 +475,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
473475
[v1.6.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.6.0
474476
[v2.0.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.0
475477
[v2.0.1]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.1
478+
[v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
476479
[//]: # "Issue/PR links"
477480
[#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189
478481
[#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OpenAlchemy"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Maps an OpenAPI schema to SQLAlchemy models."
55
authors = ["David Andersson <anderssonpublic@gmail.com>"]
66
license = "Apache-2.0"

tests/production/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ verify_ssl = true
99
name = "open-alchemy-pypi"
1010

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

tests/production/Pipfile.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)