Skip to content

Commit

Permalink
move to version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Andersson committed Apr 4, 2021
1 parent 0af1e26 commit 1e25ed3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
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.4.1"
version = "2.4.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.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"}

Expand Down

0 comments on commit 1e25ed3

Please sign in to comment.