💄 pump version number

This commit is contained in:
chfw 2018-08-21 18:28:28 +01:00
parent b0dd608190
commit 6530191eb5
3 changed files with 9 additions and 9 deletions

View File

@ -29,9 +29,9 @@ copyright = u'2015-2018 Onni Software Ltd.'
author = u'C.W.'
# The short X.Y version
version = u'0.5.6'
version = u'0.5.7'
# The full version, including alpha/beta/rc tags
release = u'0.5.7'
release = u'0.5.8'
# -- General configuration ---------------------------------------------------

View File

@ -1,9 +1,9 @@
overrides: "pyexcel.yaml"
name: "pyexcel-xls"
nick_name: xls
version: 0.5.7
current_version: 0.5.7
release: 0.5.6
version: 0.5.8
current_version: 0.5.8
release: 0.5.7
file_type: xls
dependencies:
- pyexcel-io>=0.5.0

View File

@ -11,7 +11,7 @@ PY26 = PY2 and sys.version_info[1] < 7
NAME = 'pyexcel-xls'
AUTHOR = 'C.W.'
VERSION = '0.5.7'
VERSION = '0.5.8'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
@ -19,7 +19,7 @@ DESCRIPTION = (
'reads xlsx and xlsm format'
)
URL = 'https://github.com/pyexcel/pyexcel-xls'
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.7.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'xls',
@ -55,8 +55,8 @@ EXTRAS_REQUIRE = {
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
"Find 0.5.6 in changelog for more details")
GS_COMMAND = ('gs pyexcel-xls v0.5.7 ' +
"Find 0.5.7 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (