Skip to content

Commit

Permalink
release 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Sep 12, 2018
1 parent 3e04506 commit 1fd6f38
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.23
======

* [Refactor] extract item getter entity from `Map`.
* [Feature] soft map type. It can describe dicts with
Expand Down
2 changes: 1 addition & 1 deletion covador/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .vdecorator import ValidationDecorator
from .types import *

version = '0.9.22'
version = '0.9.23'

schema = make_schema(item_getter)
list_schema = make_schema(list_item_getter)

0 comments on commit 1fd6f38

Please sign in to comment.