🤝 merge with master 0.5.9.1 version

This commit is contained in:
chfw 2018-11-27 07:46:23 +00:00
commit 4637498f5c
5 changed files with 20 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Change log
================================================================================
0.5.10 - 23.08.2018
0.5.10 - 27.11.2018
--------------------------------------------------------------------------------
added
@ -13,6 +13,15 @@ added
both situation, IntegerPrecisionLossError will be raised. And this version
enables pyexcel-ods and pyexcel-ods3 to do so.
0.5.9.1 - 30.08.2018
--------------------------------------------------------------------------------
updated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#53 <https://github.com/pyexcel/pyexcel-io/issues/53>`_, upgrade lml
dependency to at least 0.0.2
0.5.9 - 23.08.2018
--------------------------------------------------------------------------------

View File

@ -5,8 +5,14 @@ releases:
- 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
date: 27.11.2018
version: 0.5.10
- changes:
- action: updated
details:
- '`#53`, upgrade lml dependency to at least 0.0.2'
date: 30.08.2018
version: 0.5.9.1
- changes:
- action: added
details:

View File

@ -6,7 +6,7 @@ current_version: 0.5.10
release: 0.5.10
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
- lml>=0.0.2
extra_dependencies:
- xls:
- pyexcel-xls>=0.5.0

View File

@ -1,2 +1,2 @@
ordereddict;python_version<"2.7"
lml==0.0.1
lml>=0.0.2

View File

@ -49,7 +49,7 @@ CLASSIFIERS = [
]
INSTALL_REQUIRES = [
'lml==0.0.1',
'lml>=0.0.2',
]
SETUP_COMMANDS = {}