Skip to content

Commit 901e899

Browse files
committed
prepare for release 0.0.6
1 parent fdf8b93 commit 901e899

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ pyexcel-io - Let you focus on data, instead of file formats
1111
.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
1212
:target: http://pyexcel-io.readthedocs.org/en/latest/
1313

14-
.. image:: http://img.shields.io/gittip/chfw.svg
15-
:target: https://gratipay.com/chfw/
16-
1714
**pyexcel-io** provides **one** application programming interface(API) to read
1815
and write the data in excel format, import the data into and export the data
1916
from database. It provides support for csv(z) format, django database and
@@ -25,8 +22,8 @@ Plugins Supported file formats
2522
================ ==================================
2623
`pyexcel-xls`_ xls, xlsx(r), xlsm(r)
2724
`pyexcel-xlsx`_ xlsx
28-
`pyexcel-ods`_ ods (python 2.6, 2.7 only)
2925
`pyexcel-ods3`_ ods
26+
`pyexcel-ods`_ ods (python 2.6, 2.7 only)
3027
================ ==================================
3128

3229
.. _pyexcel-xls: https://github.com/chfw/pyexcel-xls

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.0.4'
62+
version = '0.0.6'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.4'
64+
release = '0.0.6'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setup(
1818
name='pyexcel-io',
1919
author="C. W.",
20-
version='0.0.5',
20+
version='0.0.6',
2121
author_email="[email protected]",
2222
url="https://github.com/chfw/pyexcel-io",
2323
description='A python library to read and write structured data in csv, zipped csv format and to/from databases',

0 commit comments

Comments
 (0)