This commit is contained in:
2016-02-16 08:49:28 -05:00
parent 9ca1d4ec54
commit 2814fbc381
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
History
-------
0.11.3 (2016-02-16)
+++++++++++++++++++
- Release fix.
0.11.2 (2016-02-16)
+++++++++++++++++++
+2 -2
View File
@@ -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'