File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
19190.5.9 - 29.08.2020
2020--------------------------------------------------------------------------------
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ release: 0.6.1
77file_type : xls
88is_on_conda : true
99dependencies :
10- - pyexcel-io>=0.5.3
10+ - pyexcel-io>=0.6.2
1111 - xlrd
1212 - xlwt
1313test_dependencies :
Original file line number Diff line number Diff line change 1- pyexcel-io >= 0.5.3
1+ pyexcel-io >= 0.6.2
22xlrd
33xlwt
Original file line number Diff line number Diff line change 6868PYTHON_REQUIRES = ">=3.6"
6969
7070INSTALL_REQUIRES = [
71- "pyexcel-io>=0.5.3 " ,
71+ "pyexcel-io>=0.6.2 " ,
7272 "xlrd" ,
7373 "xlwt" ,
7474]
You can’t perform that action at this time.
0 commit comments