Release v1.1.0
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
v1.1.0
|
||||
------
|
||||
|
||||
* Canonicalize URIs (#70)
|
||||
* Allow attaching exceptions to ``format`` errors (#77)
|
||||
|
||||
v1.0.0
|
||||
------
|
||||
|
||||
|
||||
@@ -70,6 +70,10 @@ who wish to create their own from scratch.
|
||||
As always, see `the documentation <http://python-jsonschema.readthedocs.org>`_
|
||||
for details.
|
||||
|
||||
``v1.1.0`` fixes a bug whereby URIs were not canonicalized when stored and
|
||||
looked up (#70) and also allows for registering exceptions that can be accessed
|
||||
from ``ValidationError``\s when validating ``format`` properties (#77).
|
||||
|
||||
|
||||
Running the Test Suite
|
||||
----------------------
|
||||
|
||||
@@ -32,7 +32,7 @@ try:
|
||||
except ImportError:
|
||||
requests = None
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "1.1.0"
|
||||
|
||||
PY3 = sys.version_info[0] >= 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user