From 1fd6f382a76b2b041f03fe77a6e285ccf73c0169 Mon Sep 17 00:00:00 2001 From: Anton Bobrov Date: Wed, 12 Sep 2018 12:45:24 +0300 Subject: [PATCH] release 0.9.23 --- CHANGELOG.rst | 4 ++-- covador/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c19f35..bf83173 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -dev -=== +0.9.23 +====== * [Refactor] extract item getter entity from `Map`. * [Feature] soft map type. It can describe dicts with diff --git a/covador/__init__.py b/covador/__init__.py index a4beec2..71da612 100644 --- a/covador/__init__.py +++ b/covador/__init__.py @@ -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)