💄 pump up version number

This commit is contained in:
chfw 2017-12-22 09:34:52 +00:00
parent a5e257245e
commit fb020ff11f
5 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,7 @@ pyexcel-io - Let you focus on data, instead of file formats
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
:target: https://www.patreon.com/pyexcel
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-io.svg?branch=master
.. image:: https://travis-ci.org/pyexcel/pyexcel-io.svg?branch=master
:target: http://travis-ci.org/pyexcel/pyexcel-io
.. image:: https://codecov.io/gh/pyexcel/pyexcel-io/branch/master/graph/badge.svg

View File

@ -11,11 +11,9 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.autosummary'
]
intersphinx_mapping = {
'pyexcel': ('http://pyexcel.readthedocs.io/en/latest/', None),
}
spelling_word_list_filename = 'spelling_wordlist.txt'
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
@ -23,7 +21,7 @@ master_doc = 'index'
project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.5.4'
release = '0.5.4'
release = '0.5.5'
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.5.4
current_version: 0.5.4
version: 0.5.5
current_version: 0.5.5
release: 0.5.4
dependencies:
- ordereddict;python_version<"2.7"

View File

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