From 9cb254e5f25f73aa60ce6a22a8d8de7d54bc63e9 Mon Sep 17 00:00:00 2001 From: jaska Date: Thu, 8 Oct 2020 19:00:46 +0100 Subject: [PATCH 1/4] Update pyexcel-xls.yml --- pyexcel-xls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyexcel-xls.yml b/pyexcel-xls.yml index 484a09a..2f7a0b3 100644 --- a/pyexcel-xls.yml +++ b/pyexcel-xls.yml @@ -7,7 +7,7 @@ release: 0.6.0 file_type: xls is_on_conda: true dependencies: - - pyexcel-io>=0.5.3 + - pyexcel-io>=0.6.2 - xlrd - xlwt test_dependencies: From cfe90b4616b576053c469ef786ab172ef40dd232 Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 8 Oct 2020 18:01:20 +0000 Subject: [PATCH 2/4] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cc6ba29..4c06b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyexcel-io>=0.5.3 +pyexcel-io>=0.6.2 xlrd xlwt diff --git a/setup.py b/setup.py index d8cfed2..8cfc14c 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ CLASSIFIERS = [ INSTALL_REQUIRES = [ - "pyexcel-io>=0.5.3", + "pyexcel-io>=0.6.2", "xlrd", "xlwt", ] From 14243196ddc41f3a352f686d528f6f9adf7d5161 Mon Sep 17 00:00:00 2001 From: jaska Date: Thu, 8 Oct 2020 19:07:04 +0100 Subject: [PATCH 3/4] Update changelog.yml --- changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 27f4d30..6717663 100644 --- a/changelog.yml +++ b/changelog.yml @@ -4,7 +4,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: From cfb7d3ad2c6244d2e9b0d0f58a83b7ee74659000 Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 8 Oct 2020 18:07:39 +0000 Subject: [PATCH 4/4] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc8392a..f876cbb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,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 --------------------------------------------------------------------------------