📚 update documentation

This commit is contained in:
chfw 2018-08-23 19:09:07 +01:00
parent bef818481a
commit ff5f77de6e
4 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@ author = u'C.W.'
# The short X.Y version
version = u'0.5.8'
# The full version, including alpha/beta/rc tags
release = u'0.5.8'
release = u'0.5.9'
# -- General configuration ---------------------------------------------------

View File

@ -10,6 +10,7 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License
:Development: |release|
:Released: |version|
:Generated: |today|

View File

@ -1,8 +1,8 @@
overrides: "pyexcel.yaml"
name: "pyexcel-io"
nick_name: io
version: 0.5.8
current_version: 0.5.8
version: 0.5.9
current_version: 0.5.9
release: 0.5.8
dependencies:
- ordereddict;python_version<"2.7"

View File

@ -11,7 +11,7 @@ PY26 = PY2 and sys.version_info[1] < 7
NAME = 'pyexcel-io'
AUTHOR = 'C.W.'
VERSION = '0.5.8'
VERSION = '0.5.9'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (