From 1e25ed3edc810ca34f565d5d5d44020b9c717813 Mon Sep 17 00:00:00 2001 From: David Andersson Date: Sun, 4 Apr 2021 17:47:02 +0930 Subject: [PATCH] move to version 2.4.2 --- CHANGELOG.md | 36 ++++++++++++++++++------------------ docs/source/conf.py | 2 +- pyproject.toml | 2 +- tests/production/Pipfile | 2 +- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8284553b..7e778cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v2.4.1] - 2021-04-04 +## [v2.4.2] - 2021-04-04 ### Added @@ -493,23 +493,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.1]: https://github.com/jdkandersson/OpenAlchemy/releases/1.1.1 [1.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.2.0 [1.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.3.0 -[v1.4.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.4.0 -[v1.4.1]: https://github.com/jdkandersson/OpenAlchemy/releases/1.4.1 -[v1.4.2]: https://github.com/jdkandersson/OpenAlchemy/releases/1.4.2 -[v1.4.3]: https://github.com/jdkandersson/OpenAlchemy/releases/1.4.3 -[v1.5.0]: https://github.com/jdkandersson/OpenAlchemy/releases/1.5.0 -[v1.5.1]: https://github.com/jdkandersson/OpenAlchemy/releases/1.5.1 -[v1.5.2]: https://github.com/jdkandersson/OpenAlchemy/releases/1.5.2 -[v1.5.3]: https://github.com/jdkandersson/OpenAlchemy/releases/1.5.3 -[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 -[v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2 -[v2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0 -[v2.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.2.0 -[v2.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.3.0 -[v2.4.1]: https://github.com/jdkandersson/OpenAlchemy/releases/2.4.1 +[v1.4.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.4.0 +[v1.4.1]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.4.1 +[v1.4.2]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.4.2 +[v1.4.3]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.4.3 +[v1.5.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.5.0 +[v1.5.1]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.5.1 +[v1.5.2]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.5.2 +[v1.5.3]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.5.3 +[v1.5.4]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.5.4 +[v1.6.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v1.6.0 +[v2.0.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.0.0 +[v2.0.1]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.0.1 +[v2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.0.2 +[v2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.1.0 +[v2.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.2.0 +[v2.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.3.0 +[v2.4.2]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.4.2 [///]: # "Issue/PR links" [#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189 [#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190 diff --git a/docs/source/conf.py b/docs/source/conf.py index 631f47a3..d104711c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "David Andersson" # The full version, including alpha/beta/rc tags -release = "2.4.1" +release = "2.4.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 44c7af01..332c20fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenAlchemy" -version = "2.4.1" +version = "2.4.2" description = "Maps an OpenAPI schema to SQLAlchemy models." authors = ["David Andersson "] license = "Apache-2.0" diff --git a/tests/production/Pipfile b/tests/production/Pipfile index a84ab5bc..9e02598a 100644 --- a/tests/production/Pipfile +++ b/tests/production/Pipfile @@ -9,7 +9,7 @@ verify_ssl = true name = "open-alchemy-pypi" [packages] -openalchemy = {version="2.4.1", index="open-alchemy-pypi"} +openalchemy = {version="2.4.2", index="open-alchemy-pypi"} connexion = {extras = ["swagger-ui"], version = "2.7.0", index="pypi"} Flask-SQLAlchemy = {version = "2.4.4", index="pypi"}