Skip to content

Commit 563fea0

Browse files
committed
Version 0.5.0
1 parent f87958b commit 563fea0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: .bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.4
2+
current_version = 0.5.0
33
tag = True
44
tag_name = {new_version}
55
commit = True
@@ -13,4 +13,3 @@ serialize =
1313
[bumpversion:file:pyproject.toml]
1414
search = version = "{current_version}"
1515
replace = version = "{new_version}"
16-

Diff for: openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = "Artur Maciag"
1010
__email__ = "[email protected]"
11-
__version__ = "0.4.4"
11+
__version__ = "0.5.0"
1212
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
1313
__license__ = "3-clause BSD License"
1414

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ignore_missing_imports = true
2626

2727
[tool.poetry]
2828
name = "openapi-schema-validator"
29-
version = "0.4.4"
29+
version = "0.5.0"
3030
description = "OpenAPI schema validation for Python"
3131
authors = ["Artur Maciag <[email protected]>"]
3232
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)