This commit is contained in:
2016-02-16 08:27:59 -05:00
parent d99db57d75
commit f6e757d569
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -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)
+++++++++++++++++++
+2 -2
View File
@@ -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'