We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0e753 commit 07baba2Copy full SHA for 07baba2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.1
+current_version = 0.6.2
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = "Artur Maciag"
10
__email__ = "maciag.artur@gmail.com"
11
-__version__ = "0.6.1"
+__version__ = "0.6.2"
12
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
13
__license__ = "3-clause BSD License"
14
pyproject.toml
@@ -30,7 +30,7 @@ ignore_missing_imports = true
30
31
[tool.poetry]
32
name = "openapi-schema-validator"
33
-version = "0.6.1"
+version = "0.6.2"
34
description = "OpenAPI schema validation for Python"
35
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
36
license = "BSD-3-Clause"
0 commit comments