Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #263 from quantmind/master
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
lsbardel authored Mar 13, 2021
2 parents 47be34d + 8ce1c77 commit 40e10bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Minimal OpenAPI asynchronous server application"""

__version__ = "2.2.0"
__version__ = "2.2.1"
2 changes: 1 addition & 1 deletion openapi/spec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .server import default_server
from .utils import load_yaml_from_docstring, trim_docstring

OPENAPI = "3.1.0"
OPENAPI = "3.0.3"
METHODS = [method.lower() for method in hdrs.METH_ALL]
SCHEMAS_TO_SCHEMA = ("response_schema", "body_schema")
SCHEMA_BASE_REF = "#/components/schemas/"
Expand Down

0 comments on commit 40e10bb

Please sign in to comment.