📰 kick start 0.5.0

This commit is contained in:
chfw 2017-08-25 18:58:46 +01:00
parent ffb88184fa
commit d3f2d54f55
4 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@ master_doc = 'index'
project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.4'
release = '0.4.4'
release = '0.5.0'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'

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.4.4
current_version: 0.4.4
version: 0.5.0
current_version: 0.5.0
release: 0.4.4
dependencies:
- ordereddict;python_version<"2.7"

View File

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