Skip to content

Commit c0e1f32

Browse files
author
David Andersson
committed
update version numbers
1 parent 2791568 commit c0e1f32

4 files changed

Lines changed: 6 additions & 3 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+
## [2.3.0] - 2021-03-07
11+
1012
### Added
1113

1214
- Add support for OpenAPI 3.1. [#276]
@@ -499,6 +501,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
499501
[2.0.2]: https://github.com/jdkandersson/OpenAlchemy/releases/2.0.2
500502
[2.1.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.1.0
501503
[2.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.2.0
504+
[2.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/2.3.0
502505
[///]: # "Issue/PR links"
503506
[#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189
504507
[#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "David Andersson"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.0.0"
26+
release = "2.3.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

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.2.0"
3+
version = "2.3.0"
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.2.0", index="open-alchemy-pypi"}
12+
openalchemy = {version="2.3.0", 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

0 commit comments

Comments
 (0)