Skip to content

Commit dcabf0e

Browse files
committed
🤝 merge with dev
2 parents e849d0d + cfb7d3a commit dcabf0e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Change log
1414

1515
**Updated**
1616

17-
#. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
17+
#. New style xlsx plugins, promoted by pyexcel-io v0.6.2.
1818

1919
0.5.9 - 29.08.2020
2020
--------------------------------------------------------------------------------

changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ releases:
1010
- changes:
1111
- action: Updated
1212
details:
13-
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.0.'
13+
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.2.'
1414
date: 8.10.2020
1515
version: 0.6.0
1616
- changes:

pyexcel-xls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ release: 0.6.1
77
file_type: xls
88
is_on_conda: true
99
dependencies:
10-
- pyexcel-io>=0.5.3
10+
- pyexcel-io>=0.6.2
1111
- xlrd
1212
- xlwt
1313
test_dependencies:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyexcel-io>=0.5.3
1+
pyexcel-io>=0.6.2
22
xlrd
33
xlwt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
PYTHON_REQUIRES = ">=3.6"
6969

7070
INSTALL_REQUIRES = [
71-
"pyexcel-io>=0.5.3",
71+
"pyexcel-io>=0.6.2",
7272
"xlrd",
7373
"xlwt",
7474
]

0 commit comments

Comments
 (0)