🥚 🎡 relase 0.5.6

This commit is contained in:
chfw 2018-03-15 19:59:50 +00:00
parent ad716c0aa9
commit 40462db489
4 changed files with 5 additions and 17 deletions

View File

@ -4,7 +4,7 @@ configuration:
- "commons/templates"
- "setupmobans/templates"
- ".moban.d"
configuration: pyexcel_xls.yaml
configuration: pyexcel-xls.yml
targets:
- README.rst: README.rst
- setup.py: setup.py

View File

@ -19,7 +19,7 @@ master_doc = 'index'
project = u'pyexcel-xls'
copyright = u'2015-2018 Onni Software Ltd.'
version = '0.5.5'
version = '0.5.6'
release = '0.5.6'
exclude_patterns = []
pygments_style = 'sphinx'

View File

@ -1,12 +0,0 @@
overrides: "pyexcel.yaml"
name: "pyexcel-xls"
nick_name: xls
version: 0.5.6
current_version: 0.5.6
release: 0.5.5
file_type: xls
dependencies:
- pyexcel-io>=0.5.3
- xlrd
- xlwt
description: A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format

View File

@ -17,7 +17,7 @@ DESCRIPTION = (
'reads xlsx and xlsm format'
)
URL = 'https://github.com/pyexcel/pyexcel-xls'
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.6.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.5 ' +
"Find 0.5.5 in changelog for more details")
GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
"Find 0.5.6 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (