Skip to content

Commit

Permalink
release 0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Jul 12, 2019
1 parent 3edd53e commit 876bf66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,9 @@
0.9.25
======

* [Feature] web frameworks in integration tests were updated.
* [Fix] aiohttp query_string decorator led to deprecation error.

0.9.24
======

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.24'
version = '0.9.25'

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

0 comments on commit 876bf66

Please sign in to comment.