diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f1d9c21..2fabd22 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ Change log #. `#115 `_: Pathnames with . cause file_name error in get_writer. +#. `#117 `_: fix a typo in + license. 0.6.6 - 31.1.2022 -------------------------------------------------------------------------------- diff --git a/README.rst b/README.rst index c4f43b7..2644c4f 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ sqlalchemy supported databases. Its supported file formats are extended to cover ======================== ======================= ================= Package name Supported file formats Dependencies ======================== ======================= ================= - `pyexcel-io`_ csv, csvz [#f1]_, tsv, + `pyexcel-io`_ csv, csvz [#f1]_, tsv, csvz,tsvz readers depends on `chardet` tsvz [#f2]_ `pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, xlsm(read only) `xlwt`_ diff --git a/docs/source/index.rst b/docs/source/index.rst index baf6fd9..5bac56f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -67,7 +67,7 @@ For individual excel file formats, please install them as you wish: ======================== ======================= ================= Package name Supported file formats Dependencies ======================== ======================= ================= - `pyexcel-io`_ csv, csvz [#f1]_, tsv, + `pyexcel-io`_ csv, csvz [#f1]_, tsv, csvz,tsvz readers depends on `chardet` tsvz [#f2]_ `pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, xlsm(read only) `xlwt`_