From 2814fbc38100e00b2e78d47cb05defa8e9854126 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Feb 2016 08:49:28 -0500 Subject: [PATCH] v0.11.3 --- HISTORY.rst | 5 +++++ tablib/core.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 352311e..87708bd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.11.3 (2016-02-16) ++++++++++++++++++++ + +- Release fix. + 0.11.2 (2016-02-16) +++++++++++++++++++ diff --git a/tablib/core.py b/tablib/core.py index 0846df9..3db24f3 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.11.2' -__build__ = 0x001102 +__version__ = '0.11.3' +__build__ = 0x001103 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Kenneth Reitz'