Skip to content

Commit 46d94e9

Browse files
committedFeb 14, 2024
Version 0.19.0
1 parent 3221983 commit 46d94e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.19.0a2
2+
current_version = 0.19.0
33
tag = True
44
tag_name = {new_version}
55
commit = True

‎openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__author__ = "Artur Maciag"
4040
__email__ = "maciag.artur@gmail.com"
41-
__version__ = "0.19.0a2"
41+
__version__ = "0.19.0"
4242
__url__ = "https://github.com/python-openapi/openapi-core"
4343
__license__ = "BSD 3-Clause License"
4444

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ignore_missing_imports = true
3333

3434
[tool.poetry]
3535
name = "openapi-core"
36-
version = "0.19.0a2"
36+
version = "0.19.0"
3737
description = "client-side and server-side support for the OpenAPI Specification v3"
3838
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
3939
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)
Please sign in to comment.