summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-05-01 10:41:56 -0400
committerJulian Berman <Julian@GrayVines.com>2018-05-03 16:24:57 -0400
commitb30ab148bd0a373c5d70ab63d1d9c7a7bdd4f70d (patch)
tree044ffbea3abced0a969010a21381fe39fa9f52e9
parent0b826e6e59409d39caad2d7be8e25ba9a5fd266a (diff)
downloadjsonschema-b30ab148bd0a373c5d70ab63d1d9c7a7bdd4f70d.tar.gz
Assume the next version will be 3.0.0
-rw-r--r--docs/validate.rst4
-rw-r--r--jsonschema/validators.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index e00383a..7e3b9a3 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -43,7 +43,7 @@ classes should adhere to.
additional packages to be installed (ipv5, uri, color, date-time).
The required packages can be found at the bottom of this page.
:argument types:
- .. deprecated:: 2.7.0
+ .. deprecated:: 3.0.0
Use `TypeChecker.redefine` and
`jsonschema.validators.extend` instead of this argument.
@@ -79,7 +79,7 @@ classes should adhere to.
.. attribute:: DEFAULT_TYPES
- .. deprecated:: 2.7.0
+ .. deprecated:: 3.0.0
Use of this attribute is deprecated in favor of the new `type
checkers <TypeChecker>`.
diff --git a/jsonschema/validators.py b/jsonschema/validators.py
index dfd9ca7..56ce06b 100644
--- a/jsonschema/validators.py
+++ b/jsonschema/validators.py
@@ -153,7 +153,7 @@ def create(
default_types (collections.Mapping):
- .. deprecated:: 2.7.0
+ .. deprecated:: 3.0.0
Please use the type_checker argument instead.