From d89d243a30d453a349d2f630728e72ac452815c4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Jun 2017 12:30:27 -0400 Subject: [PATCH] v0.11.5 --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index c44c6ac..be648c2 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,11 +18,11 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.11.4' +__version__ = '0.11.5' __build__ = 0x001104 __author__ = 'Kenneth Reitz' __license__ = 'MIT' -__copyright__ = 'Copyright 2016 Kenneth Reitz' +__copyright__ = 'Copyright 2017 Kenneth Reitz' __docformat__ = 'restructuredtext'