🥚 🎡 release 0.5.8

This commit is contained in:
chfw 2018-08-22 18:54:41 +01:00
parent 42c4fac89b
commit 8443709d84
5 changed files with 20 additions and 5 deletions

View File

@ -1,6 +1,15 @@
Change log
================================================================================
0.5.8 - 22.08.2018
--------------------------------------------------------------------------------
Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `pyexcel#151 <https://github.com/pyexcel/pyexcel/issues/151>`_, read cell
error as #N/A.
0.5.7 - 15.03.2018
--------------------------------------------------------------------------------

View File

@ -1,6 +1,12 @@
name: pyexcel-xls
organisation: pyexcel
releases:
- changes:
- action: Added
details:
- "`pyexcel#151`, read cell error as #N/A."
date: 22.08.2018
version: 0.5.8
- changes:
- action: Added
details:

View File

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

View File

@ -3,7 +3,7 @@ name: "pyexcel-xls"
nick_name: xls
version: 0.5.8
current_version: 0.5.8
release: 0.5.7
release: 0.5.8
file_type: xls
dependencies:
- pyexcel-io>=0.5.3

View File

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