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 09b0917 commit ac2d9c7Copy full SHA for ac2d9c7
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.3
+current_version = 0.4.4
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.4.3"
+__version__ = "0.4.4"
12
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
13
__license__ = "3-clause BSD License"
14
pyproject.toml
@@ -23,7 +23,7 @@ ignore_missing_imports = true
23
24
[tool.poetry]
25
name = "openapi-schema-validator"
26
-version = "0.4.3"
+version = "0.4.4"
27
description = "OpenAPI schema validation for Python"
28
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
29
license = "BSD-3-Clause"
0 commit comments