Skip to content

Commit

Permalink
release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Nov 23, 2017
1 parent 0d3f8d8 commit 41b79f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.17
======

* [Fix] Ensure ``List`` validator for items with ``multi=True``.


0.9.16
======

Expand Down
2 changes: 1 addition & 1 deletion covador/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .vdecorator import ValidationDecorator
from .types import *

version = '0.9.16'
version = '0.9.17'
schema = make_schema(Map)
list_schema = make_schema(ListMap)

0 comments on commit 41b79f2

Please sign in to comment.