diff options
author | Julian Berman <Julian@GrayVines.com> | 2020-10-20 09:53:52 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2020-10-20 11:39:13 -0400 |
commit | a439f30a4ae6643db4ab4aa186a61ddf347ebf58 (patch) | |
tree | 972f6d6b5d764a0cb6146265fd59f1e449131260 /docs | |
parent | 7265a93de17e59173c72255b9d2a3057e3067794 (diff) | |
download | jsonschema-a439f30a4ae6643db4ab4aa186a61ddf347ebf58.tar.gz |
Bump the meaningless role version number.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/jsonschema_role.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |