From 2efe4f458b72296b50acd558143a9ee80a796f6c Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 6 Oct 2021 23:13:50 +0100 Subject: [PATCH] :books: get ready for release --- changelog.yml | 2 +- pyexcel-xls.yml | 2 +- pyexcel_xls/xlsr.py | 2 +- pyexcel_xls/xlsw.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.yml b/changelog.yml index 41c68cb..e1c3215 100644 --- a/changelog.yml +++ b/changelog.yml @@ -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 diff --git a/pyexcel-xls.yml b/pyexcel-xls.yml index 3130bb8..53dacfa 100644 --- a/pyexcel-xls.yml +++ b/pyexcel-xls.yml @@ -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 diff --git a/pyexcel_xls/xlsr.py b/pyexcel_xls/xlsr.py index 8e679c7..c9f15e8 100644 --- a/pyexcel_xls/xlsr.py +++ b/pyexcel_xls/xlsr.py @@ -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 diff --git a/pyexcel_xls/xlsw.py b/pyexcel_xls/xlsw.py index a127525..f70ec64 100644 --- a/pyexcel_xls/xlsw.py +++ b/pyexcel_xls/xlsw.py @@ -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