Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]

## [2.3.0] - 2021-03-07

### Added

- Add support for OpenAPI 3.1. [#276]
Expand Down Expand Up @@ -499,6 +501,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
[2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0
[2.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.2.0
[2.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.3.0
[///]: # "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.0.0"
release = "2.3.0"


# -- 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.2.0"
version = "2.3.0"
description = "Maps an OpenAPI schema to SQLAlchemy models."
authors = ["David Andersson <anderssonpublic@gmail.com>"]
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.2.0", index="open-alchemy-pypi"}
openalchemy = {version="2.3.0", index="open-alchemy-pypi"}
connexion = {extras = ["swagger-ui"], version = "2.7.0", index="pypi"}
Flask-SQLAlchemy = {version = "2.4.4", index="pypi"}

Expand Down