Skip to content

Commit 4637498

Browse files
committed
🤝 merge with master 0.5.9.1 version
2 parents 655f7fd + c119c1a commit 4637498

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.5.10 - 23.08.2018
4+
0.5.10 - 27.11.2018
55
--------------------------------------------------------------------------------
66

77
added
@@ -13,6 +13,15 @@ added
1313
both situation, IntegerPrecisionLossError will be raised. And this version
1414
enables pyexcel-ods and pyexcel-ods3 to do so.
1515

16+
0.5.9.1 - 30.08.2018
17+
--------------------------------------------------------------------------------
18+
19+
updated
20+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21+
22+
#. `#53 <https://github.com/pyexcel/pyexcel-io/issues/53>`_, upgrade lml
23+
dependency to at least 0.0.2
24+
1625
0.5.9 - 23.08.2018
1726
--------------------------------------------------------------------------------
1827

changelog.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ releases:
55
- action: added
66
details:
77
- '`#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.'
8-
date: 23.08.2018
8+
date: 27.11.2018
99
version: 0.5.10
10+
- changes:
11+
- action: updated
12+
details:
13+
- '`#53`, upgrade lml dependency to at least 0.0.2'
14+
date: 30.08.2018
15+
version: 0.5.9.1
1016
- changes:
1117
- action: added
1218
details:

pyexcel-io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ current_version: 0.5.10
66
release: 0.5.10
77
dependencies:
88
- ordereddict;python_version<"2.7"
9-
- lml==0.0.1
9+
- lml>=0.0.2
1010
extra_dependencies:
1111
- xls:
1212
- pyexcel-xls>=0.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ordereddict;python_version<"2.7"
2-
lml==0.0.1
2+
lml>=0.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]
5050

5151
INSTALL_REQUIRES = [
52-
'lml==0.0.1',
52+
'lml>=0.0.2',
5353
]
5454
SETUP_COMMANDS = {}
5555

0 commit comments

Comments
 (0)