Prepping for new release (0.9.3)

This commit is contained in:
Kenneth Reitz
2011-01-31 00:58:16 -05:00
parent 34415b89b8
commit 0797ec67d4
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
History
-------
0.9.3 (2010-11-2?)
0.9.3 (2011-01-31)
++++++++++++++++++
* Databook duplication leak fix.
* HTML Table output.
* Added column sorting.
0.9.2 (2010-11-17)
+1
View File
@@ -18,6 +18,7 @@ Output formats supported:
- Excel (Sets + Books)
- JSON (Sets + Books)
- YAML (Sets + Books)
- HTML (Sets)
- TSV (Sets)
- CSV (Sets)
+2 -2
View File
@@ -15,8 +15,8 @@ from tablib import formats
__title__ = 'tablib'
__version__ = '0.9.2'
__build__ = 0x000902
__version__ = '0.9.3'
__build__ = 0x000903
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2011 Kenneth Reitz'