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'