Version bump: 0.11.4

This commit is contained in:
Iuri de Silvio
2017-01-23 19:10:36 -02:00
parent 3d44bdec40
commit 6afe716d64
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -1,10 +1,16 @@
History
-------
0.11.4 (???)
++++++++++++
0.11.4 (2017-01-23)
+++++++++++++++++++
- Use built-in `json` package if available
- Support Python 3.5+ in classifiers
** Bugfixes **
- Fixed textual representation for Dataset with no headers
- Handle decimal types
0.11.3 (2016-02-16)
+++++++++++++++++++
+2 -2
View File
@@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode
__title__ = 'tablib'
__version__ = '0.11.3'
__build__ = 0x001103
__version__ = '0.11.4'
__build__ = 0x001104
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Kenneth Reitz'