Skip to content

Commit 2627ee0

Browse files
chfwgithub-actions[bot]
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent e1dacf2 commit 2627ee0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Change log
88

99
#. `#115 <https://github.com/pyexcel/pyexcel-io/issues/115>`_: Pathnames with .
1010
cause file_name error in get_writer.
11+
#. `#117 <https://github.com/pyexcel/pyexcel-io/issues/117>`_: fix a typo in
12+
license.
1113

1214
0.6.6 - 31.1.2022
1315
--------------------------------------------------------------------------------

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
7979
======================== ======================= =================
8080
Package name Supported file formats Dependencies
8181
======================== ======================= =================
82-
`pyexcel-io`_ csv, csvz [#f1]_, tsv,
82+
`pyexcel-io`_ csv, csvz [#f1]_, tsv, csvz,tsvz readers depends on `chardet`
8383
tsvz [#f2]_
8484
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_,
8585
xlsm(read only) `xlwt`_

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For individual excel file formats, please install them as you wish:
6767
======================== ======================= =================
6868
Package name Supported file formats Dependencies
6969
======================== ======================= =================
70-
`pyexcel-io`_ csv, csvz [#f1]_, tsv,
70+
`pyexcel-io`_ csv, csvz [#f1]_, tsv, csvz,tsvz readers depends on `chardet`
7171
tsvz [#f2]_
7272
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_,
7373
xlsm(read only) `xlwt`_

0 commit comments

Comments
 (0)