Skip to content

Commit

Permalink
release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Jun 20, 2017
1 parent aa9ede8 commit 2ebed4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dev
===
0.9.5
=====

* [Break] Changed argument order for ``item``. ``default`` is on a second
position now, so one can use ``opt(int, 0)`` instead of ``opt(int, default=0)``.
Expand Down
2 changes: 1 addition & 1 deletion covador/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .utils import wrap_in, ValidationDecorator, dpass
from .types import *

version = '0.9.2'
version = '0.9.5'
schema = make_schema(Map)
list_schema = make_schema(ListMap)

0 comments on commit 2ebed4c

Please sign in to comment.