From f6e757d569401cd52e10e7933943798574447601 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Feb 2016 08:27:59 -0500 Subject: [PATCH 1/2] v0.11.2 --- HISTORY.rst | 8 ++++++++ tablib/core.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2a74bb6..352311e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ History ------- +0.11.2 (2016-02-16) ++++++++++++++++++++ + +**Bugfixes** + +- Fix export only formats. +- Fix for xlsx output. + 0.11.1 (2016-02-07) +++++++++++++++++++ diff --git a/tablib/core.py b/tablib/core.py index f94dda2..0846df9 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.11.1' -__build__ = 0x001101 +__version__ = '0.11.2' +__build__ = 0x001102 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Kenneth Reitz' From abbb4e32d81312df5be33f4f285eab5023a78977 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Feb 2016 08:29:17 -0500 Subject: [PATCH 2/2] update footer in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a9248fc..1642931 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Tablib' -copyright = u'2011. A Kenneth Reitz Project' +copyright = u'2016. A Kenneth Reitz Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the