From 06226a1805191859575cfc988fb599d4721bdedf Mon Sep 17 00:00:00 2001 From: Maxim Kulkin Date: Tue, 7 Feb 2017 11:08:40 -0800 Subject: [PATCH] Bump version to 1.1 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3356868..567b217 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog 1.1 (2017-02-07) ++++++++++++++++ -* Improved repr() for type objects to allow figuring out schema by just printint it +* Improved repr() for type objects to allow figuring out schema by just printing it * Updated Dict type to allow transforming/validating dictionary keys * Fixed/updated custom type documentation