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 47c3e5f commit d159f90Copy full SHA for d159f90
sphinx_json_schema_spec/__init__.py
@@ -10,7 +10,7 @@
10
11
import jsonschema
12
13
-__version__ = "1.1.0"
+__version__ = "1.2.0"
14
15
BASE_URL = "https://json-schema.org/draft-07/"
16
VALIDATION_SPEC = urljoin(BASE_URL, "json-schema-validation.html")
0 commit comments