📚 get ready for release

This commit is contained in:
chfw 2021-10-06 23:13:50 +01:00
parent 514f99b616
commit 2efe4f458b
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ releases:
details:
- "`#46`: remove the hard pin on xlrd version < 2.0"
- "`#47`: limit support to persist datetime.timedelta. see more details in doc"
date: tbd
date: 07.10.2021
version: 0.6.3
- changes:
- action: Updated

View File

@ -1,7 +1,7 @@
overrides: "pyexcel.yaml"
name: "pyexcel-xls"
nick_name: xls
version: 0.6.2
version: 0.6.3
current_version: 0.6.3
release: 0.6.3
file_type: xls

View File

@ -4,7 +4,7 @@
The lower level xls/xlsm file format handler using xlrd
:copyright: (c) 2016-2020 by Onni Software Ltd
:copyright: (c) 2016-2021 by Onni Software Ltd
:license: New BSD License
"""
import datetime

View File

@ -4,7 +4,7 @@
The lower level xls file format handler using xlwt
:copyright: (c) 2016-2020 by Onni Software Ltd
:copyright: (c) 2016-2021 by Onni Software Ltd
:license: New BSD License
"""
import datetime