Skip to content

Commit 7adcec9

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent db2faac commit 7adcec9

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Change log
99
#. `#96 <https://github.com/pyexcel/pyexcel-io/issues/96>`_: regression: unknown
1010
file type shall trigger NoSupportingPluginFound
1111

12+
**updated**
13+
14+
#. extra dependencies uses 0.6.0 based plugins
15+
1216
0.6.2 - 7.10.2020
1317
--------------------------------------------------------------------------------
1418

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
copyright = '2015-2020 Onni Software Ltd.'
2727
author = 'chfw'
2828
# The short X.Y version
29-
version = '0.6.2'
29+
version = '0.6.3'
3030
# The full version, including alpha/beta/rc tags
3131
release = '0.6.3'
3232

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/pyexcel-io.git
1111
:Issues: http://github.com/pyexcel/pyexcel-io/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979

8080
PACKAGES = find_packages(exclude=["ez_setup", "examples", "tests", "tests.*"])
8181
EXTRAS_REQUIRE = {
82-
"xls": ['pyexcel-xls>=0.5.0'],
83-
"xlsx": ['pyexcel-xlsx>=0.5.0'],
84-
"ods": ['pyexcel-ods3>=0.5.0'],
82+
"xls": ['pyexcel-xls>=0.6.0'],
83+
"xlsx": ['pyexcel-xlsx>=0.6.0'],
84+
"ods": ['pyexcel-ods3>=0.6.0'],
8585
}
8686
# You do not need to read beyond this line
8787
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)

0 commit comments

Comments
 (0)