File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v2.2.0
2+ ------
3+
4+ * Compile the host name regex (#127)
5+ * Allow arbitrary objects to be types (#129)
6+
17v2.1.0
28------
39
Original file line number Diff line number Diff line change @@ -49,10 +49,8 @@ Features
4949Release 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
5856Running the Test Suite
Original file line number Diff line number Diff line change 2020)
2121
2222
23- __version__ = "2.2.0-dev "
23+ __version__ = "2.2.0"
2424
2525
2626# flake8: noqa
You can’t perform that action at this time.
0 commit comments