🥚 🎡 release 0.5.9

This commit is contained in:
chfw 2018-08-23 19:15:58 +01:00
parent 610152b9b5
commit 9a5a463af7
6 changed files with 22 additions and 8 deletions

View File

@ -1,10 +1,19 @@
Change log
================================================================================
0.5.9 - 23.08.2018
--------------------------------------------------------------------------------
added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `pyexcel#148 <https://github.com/pyexcel/pyexcel/issues/148>`_, support
force_file_type
0.5.8 - 16.08.2018
--------------------------------------------------------------------------------
fixed
added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#49 <https://github.com/pyexcel/pyexcel-io/issues/49>`_, support additional

View File

@ -2,7 +2,13 @@ name: pyexcel-io
organisation: pyexcel
releases:
- changes:
- action: fixed
- action: added
details:
- '`pyexcel#148`, support force_file_type'
date: 23.08.2018
version: 0.5.9
- changes:
- action: added
details:
- '`#49`, support additional options when detecting float values in csv format. default_float_nan, ignore_nan_text'
date: 16.08.2018

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.8'
version = u'0.5.9'
# The full version, including alpha/beta/rc tags
release = u'0.5.9'

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.9
current_version: 0.5.9
release: 0.5.8
release: 0.5.9
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.8.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.9.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.8 ' +
"Find 0.5.8 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.9 ' +
"Find 0.5.9 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (