From a439f30a4ae6643db4ab4aa186a61ddf347ebf58 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 20 Oct 2020 09:53:52 -0400 Subject: Bump the meaningless role version number. --- docs/jsonschema_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsonschema_role.py b/docs/jsonschema_role.py index bb40129..f0100d2 100644 --- a/docs/jsonschema_role.py +++ b/docs/jsonschema_role.py @@ -10,7 +10,7 @@ import certifi import jsonschema -__version__ = "1.1.0" +__version__ = "1.2.0" BASE_URL = "https://json-schema.org/draft-07/" VALIDATION_SPEC = urljoin(BASE_URL, "json-schema-validation.html") -- cgit v1.2.1