🤝 merge with dev

This commit is contained in:
chfw 2020-10-21 09:37:02 +01:00
commit dcabf0ee05
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ Change log
**Updated**
#. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
#. New style xlsx plugins, promoted by pyexcel-io v0.6.2.
0.5.9 - 29.08.2020
--------------------------------------------------------------------------------

View File

@ -10,7 +10,7 @@ releases:
- changes:
- action: Updated
details:
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.0.'
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.2.'
date: 8.10.2020
version: 0.6.0
- changes:

View File

@ -7,7 +7,7 @@ release: 0.6.1
file_type: xls
is_on_conda: true
dependencies:
- pyexcel-io>=0.5.3
- pyexcel-io>=0.6.2
- xlrd
- xlwt
test_dependencies:

View File

@ -1,3 +1,3 @@
pyexcel-io>=0.5.3
pyexcel-io>=0.6.2
xlrd
xlwt

View File

@ -68,7 +68,7 @@ CLASSIFIERS = [
PYTHON_REQUIRES = ">=3.6"
INSTALL_REQUIRES = [
"pyexcel-io>=0.5.3",
"pyexcel-io>=0.6.2",
"xlrd",
"xlwt",
]