Skip to content

Commit

Permalink
release 0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Sep 22, 2019
1 parent 5758281 commit 5866fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,5 +1,5 @@
0.9.26dev
=========
0.9.26
======

* [Fix] Right hand pipe must coerce value to item

Expand Down
2 changes: 1 addition & 1 deletion covador/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .vdecorator import ValidationDecorator
from .types import *

version = '0.9.25'
version = '0.9.26'

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

0 comments on commit 5866fdb

Please sign in to comment.