We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d57314 commit 5623486Copy full SHA for 5623486
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.3.4
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = "Artur Maciag"
8
__email__ = "maciag.artur@gmail.com"
9
-__version__ = "0.3.3"
+__version__ = "0.3.4"
10
__url__ = "https://github.com/p1c2u/openapi-schema-validator"
11
__license__ = "3-clause BSD License"
12
pyproject.toml
@@ -31,7 +31,7 @@ ignore_missing_imports = true
31
32
[tool.poetry]
33
name = "openapi-schema-validator"
34
-version = "0.3.3"
+version = "0.3.4"
35
description = "OpenAPI schema validation for Python"
36
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
37
license = "BSD-3-Clause"
0 commit comments