Skip to content

Commit 6fee28c

Browse files
committed
Release v2.2.0
1 parent b6ede00 commit 6fee28c

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.2.0
2+
------
3+
4+
* Compile the host name regex (#127)
5+
* Allow arbitrary objects to be types (#129)
6+
17
v2.1.0
28
------
39

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ Features
4949
Release Notes
5050
-------------
5151

52-
``v2.1.0`` fixes a wording issue for min / maxProperties, a path issue for
53-
additionalItems, and allows using `strict-rfc3339
54-
<https://pypi.python.org/pypi/strict-rfc3339/>`_ for date-time formats, instead
55-
of ISO 8601, since the former is what the spec defines them to be.
52+
``v2.2.0`` contains a minor speedup for the ``host-name`` format and a small
53+
change in draft 3's allowed types.
5654

5755

5856
Running the Test Suite

jsonschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121

2222

23-
__version__ = "2.2.0-dev"
23+
__version__ = "2.2.0"
2424

2525

2626
# flake8: noqa

0 commit comments

Comments
 (0)