🥚 🎡 release 0.5.10

This commit is contained in:
chfw 2018-11-27 07:41:29 +00:00
parent d1cfa8852b
commit 655f7fd93a
6 changed files with 23 additions and 6 deletions

View File

@ -1,6 +1,18 @@
Change log
================================================================================
0.5.10 - 23.08.2018
--------------------------------------------------------------------------------
added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#57 <https://github.com/pyexcel/pyexcel-io/issues/57>`_, long type will not
be written in ods. please use string type. And if the integer is equal or
greater than 10 to the power of 16, it will not be written either in ods. In
both situation, IntegerPrecisionLossError will be raised. And this version
enables pyexcel-ods and pyexcel-ods3 to do so.
0.5.9 - 23.08.2018
--------------------------------------------------------------------------------

View File

@ -1,6 +1,12 @@
name: pyexcel-io
organisation: pyexcel
releases:
- changes:
- action: added
details:
- '`#57`, long type will not be written in ods. please use string type. And if the integer is equal or greater than 10 to the power of 16, it will not be written either in ods. In both situation, IntegerPrecisionLossError will be raised. And this version enables pyexcel-ods and pyexcel-ods3 to do so.'
date: 23.08.2018
version: 0.5.10
- 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.9'
version = u'0.5.10'
# The full version, including alpha/beta/rc tags
release = u'0.5.10'

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.10
current_version: 0.5.10
release: 0.5.9
release: 0.5.10
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -21,7 +21,7 @@ DESCRIPTION = (
'format and to/from databases'
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.5.9.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.10.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python',
@ -65,8 +65,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.9 ' +
"Find 0.5.9 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.10 ' +
"Find 0.5.10 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (