Skip to content

Commit 7ca3ec5

Browse files
committed
prepare 0.0.8 release
1 parent 00973b4 commit 7ca3ec5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.7'
62+
version = '0.0.8'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.7'
64+
release = '0.0.8'
6565

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

doc/source/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ After that, you can start get and save data in the loaded format.
8383
============= =========== ============ ============ ============
8484
`pyexcel-io`_ `xls`_ `xlsx`_ `ods`_ `ods3`_
8585
============= =========== ============ ============ ============
86+
0.0.8 0.0.7 0.0.7 0.0.6+ 0.0.8
8687
0.0.7 0.0.7 0.0.6 0.0.6+ 0.0.8
8788
0.0.6 0.0.7 0.0.6 0.0.6+ 0.0.8
8889
0.0.5 0.0.7 0.0.6 0.0.6+ 0.0.8

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.7',
20+
version='0.0.8',
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)