From 87e930f98f2391e7ef4d9e222adb9c5e4594cb93 Mon Sep 17 00:00:00 2001 From: Seth Elliott Date: Mon, 6 Feb 2017 17:07:22 -0600 Subject: [PATCH] Releasing 1.2.0 --- CHANGELOG.txt | 4 ++++ conformity/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c9a3ca..31bd38f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,10 @@ Changelog ========== +1.2.0 (2017-02-06) +------------------ +- errors() now returns Error instances instead of error message strings + 1.1.1 (2016-11-03) ------------------ - Float inherits methods from Integer diff --git a/conformity/__init__.py b/conformity/__init__.py index a82b376..c68196d 100644 --- a/conformity/__init__.py +++ b/conformity/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.2.0"