File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ releases:
6
6
details :
7
7
- " `#46`: remove the hard pin on xlrd version < 2.0"
8
8
- " `#47`: limit support to persist datetime.timedelta. see more details in doc"
9
- date : tbd
9
+ date : 07.10.2021
10
10
version : 0.6.3
11
11
- changes :
12
12
- action : Updated
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xls"
3
3
nick_name : xls
4
- version : 0.6.2
4
+ version : 0.6.3
5
5
current_version : 0.6.3
6
6
release : 0.6.3
7
7
file_type : xls
Original file line number Diff line number Diff line change 4
4
5
5
The lower level xls/xlsm file format handler using xlrd
6
6
7
- :copyright: (c) 2016-2020 by Onni Software Ltd
7
+ :copyright: (c) 2016-2021 by Onni Software Ltd
8
8
:license: New BSD License
9
9
"""
10
10
import datetime
Original file line number Diff line number Diff line change 4
4
5
5
The lower level xls file format handler using xlwt
6
6
7
- :copyright: (c) 2016-2020 by Onni Software Ltd
7
+ :copyright: (c) 2016-2021 by Onni Software Ltd
8
8
:license: New BSD License
9
9
"""
10
10
import datetime
You can’t perform that action at this time.
0 commit comments