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 5ce7d30 commit 14c6149Copy full SHA for 14c6149
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.4
+current_version = 0.4.0
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.4"
+__version__ = "0.4.0"
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.4"
+version = "0.4.0"
35
description = "OpenAPI schema validation for Python"
36
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
37
license = "BSD-3-Clause"
0 commit comments