mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
version bump (v0.9.8)!
This commit is contained in:
@@ -4,6 +4,7 @@ History
|
||||
0.9.8
|
||||
+++++
|
||||
|
||||
* OpenDocument Spreadsheet support (.ods)
|
||||
* Full Unicode TSV support
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ copyright = u'2011. A <a href="http://kennethreitz.com/pages/open-projects.html"
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.9.7'
|
||||
version = '0.9.8'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ if sys.version_info[:2] < (2,6):
|
||||
|
||||
setup(
|
||||
name='tablib',
|
||||
version='0.9.7',
|
||||
version='0.9.8',
|
||||
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
|
||||
long_description=open('README.rst').read() + '\n\n' +
|
||||
open('HISTORY.rst').read(),
|
||||
|
||||
+2
-2
@@ -19,8 +19,8 @@ from tablib.compat import OrderedDict
|
||||
|
||||
|
||||
__title__ = 'tablib'
|
||||
__version__ = '0.9.7'
|
||||
__build__ = 0x000907
|
||||
__version__ = '0.9.8'
|
||||
__build__ = 0x000908
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2011 Kenneth Reitz'
|
||||
|
||||
Reference in New Issue
Block a user