🥚 release 0.5.8

This commit is contained in:
chfw 2018-08-16 19:10:25 +01:00
parent dc8f7534bc
commit 4f06d5ac3a
4 changed files with 5 additions and 6 deletions

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

@ -10,7 +10,6 @@
: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

@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.5.8
current_version: 0.5.8
release: 0.5.7
release: 0.5.8
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -19,7 +19,7 @@ DESCRIPTION = (
'format and to/from databases'
)
URL = 'https://github.com/pyexcel/pyexcel-io'
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 = [
'API',
@ -63,8 +63,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-io v0.5.7 ' +
"Find 0.5.7 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io 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 = (