File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.19.0a2
2
+ current_version = 0.19.0
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
Original file line number Diff line number Diff line change 38
38
39
39
__author__ = "Artur Maciag"
40
40
__email__ = "maciag.artur@gmail.com"
41
- __version__ = "0.19.0a2 "
41
+ __version__ = "0.19.0 "
42
42
__url__ = "https://github.com/python-openapi/openapi-core"
43
43
__license__ = "BSD 3-Clause License"
44
44
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ignore_missing_imports = true
33
33
34
34
[tool .poetry ]
35
35
name = " openapi-core"
36
- version = " 0.19.0a2 "
36
+ version = " 0.19.0 "
37
37
description = " client-side and server-side support for the OpenAPI Specification v3"
38
38
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
39
39
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments