Version bump.

This commit is contained in:
Kenneth Reitz
2010-10-04 11:38:28 -04:00
parent 8c92e878a3
commit bcd0e37a65
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
History
=======
0.8.2 (2010-09-28)
------------------
* Added alignment wrapping to written cells.
0.8.1 (2010-09-28)
------------------
* Packaging Fix
+1 -1
View File
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
setup(
name='tablib',
version='0.8.1',
version='0.8.2',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),