Skip to content

Commit

Permalink
prepare for release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 3, 2015
1 parent fdf8b93 commit 901e899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ pyexcel-io - Let you focus on data, instead of file formats
.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
:target: http://pyexcel-io.readthedocs.org/en/latest/

.. image:: http://img.shields.io/gittip/chfw.svg
:target: https://gratipay.com/chfw/

**pyexcel-io** provides **one** application programming interface(API) to read
and write the data in excel format, import the data into and export the data
from database. It provides support for csv(z) format, django database and
Expand All @@ -25,8 +22,8 @@ Plugins Supported file formats
================ ==================================
`pyexcel-xls`_ xls, xlsx(r), xlsm(r)
`pyexcel-xlsx`_ xlsx
`pyexcel-ods`_ ods (python 2.6, 2.7 only)
`pyexcel-ods3`_ ods
`pyexcel-ods`_ ods (python 2.6, 2.7 only)
================ ==================================

.. _pyexcel-xls: https://github.com/chfw/pyexcel-xls
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.4'
version = '0.0.6'
# The full version, including alpha/beta/rc tags.
release = '0.0.4'
release = '0.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
name='pyexcel-io',
author="C. W.",
version='0.0.5',
version='0.0.6',
author_email="wangc_2011@hotmail.com",
url="https://github.com/chfw/pyexcel-io",
description='A python library to read and write structured data in csv, zipped csv format and to/from databases',
Expand Down

0 comments on commit 901e899

Please sign in to comment.