From bcd0e37a655b9bddbf33e1c7882c03e70e943abe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Oct 2010 11:38:28 -0400 Subject: [PATCH] Version bump. --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9f86fe2..9aabdb9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/setup.py b/setup.py index 920c148..bea4609 100644 --- a/setup.py +++ b/setup.py @@ -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(),