diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd11453..8cf4785 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,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 -------------------------------------------------------------------------------- diff --git a/changelog.yml b/changelog.yml index 485ed34..a1ceb05 100644 --- a/changelog.yml +++ b/changelog.yml @@ -10,7 +10,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: diff --git a/pyexcel-xls.yml b/pyexcel-xls.yml index 66e1148..2e474a2 100644 --- a/pyexcel-xls.yml +++ b/pyexcel-xls.yml @@ -7,7 +7,7 @@ release: 0.6.1 file_type: xls is_on_conda: true dependencies: - - pyexcel-io>=0.5.3 + - pyexcel-io>=0.6.2 - xlrd - xlwt test_dependencies: 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 550fc18..135f172 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ CLASSIFIERS = [ PYTHON_REQUIRES = ">=3.6" INSTALL_REQUIRES = [ - "pyexcel-io>=0.5.3", + "pyexcel-io>=0.6.2", "xlrd", "xlwt", ]