From bc4d2b33407238f7782d24aa018e1e81d605af3d Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 7 Oct 2020 23:01:07 +0100 Subject: [PATCH] :egg: :ferris_wheel: release 0.6.0 --- CHANGELOG.rst | 22 +++++++++++----------- changelog.yml | 14 +++++++------- docs/source/conf.py | 2 +- docs/source/index.rst | 1 - pyexcel-io.yml | 3 +-- requirements.txt | 1 - 6 files changed, 20 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53e473e..cd42919 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,19 +1,9 @@ Change log ================================================================================ -0.6.0 - tbd +0.6.0 - 7.10.2020 -------------------------------------------------------------------------------- -**added** - -#. `#86 `_: allow trailing - options, get_data(...keep_trailing_empty_cells=True). - -**fixed** - -#. `#74 `_: handle zip files - which contain non-UTF-8 encoded files. - **removed** #. python 3.6 lower versions are no longer supported @@ -25,6 +15,16 @@ Change log #. new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting query set source done. it is against the plugin interface. +**fixed** + +#. `#74 `_: handle zip files + which contain non-UTF-8 encoded files. + +**added** + +#. `#86 `_: allow trailing + options, get_data(...keep_trailing_empty_cells=True). + 0.5.20 - 17.7.2019 -------------------------------------------------------------------------------- diff --git a/changelog.yml b/changelog.yml index ea6d4bd..f924250 100644 --- a/changelog.yml +++ b/changelog.yml @@ -2,12 +2,6 @@ name: pyexcel-io organisation: pyexcel releases: - changes: - - action: added - details: - - "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)." - - action: fixed - details: - - "`#74`: handle zip files which contain non-UTF-8 encoded files." - action: removed details: - 'python 3.6 lower versions are no longer supported' @@ -17,8 +11,14 @@ releases: please read 'Packaging with Pyinstaller' in the documentation. - new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting query set source done. it is against the plugin interface. + - action: fixed + details: + - "`#74`: handle zip files which contain non-UTF-8 encoded files." + - action: added + details: + - "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)." version: 0.6.0 - date: tbd + date: 7.10.2020 - changes: - action: updated details: diff --git a/docs/source/conf.py b/docs/source/conf.py index b6d0920..9588316 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ project = 'pyexcel-io' copyright = '2015-2020 Onni Software Ltd.' author = 'chfw' # The short X.Y version -version = '0.5.20' +version = '0.6.0' # The full version, including alpha/beta/rc tags release = '0.6.0' diff --git a/docs/source/index.rst b/docs/source/index.rst index 4b66b2c..95be968 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,6 @@ :Source code: http://github.com/pyexcel/pyexcel-io.git :Issues: http://github.com/pyexcel/pyexcel-io/issues :License: New BSD License -:Development: |release| :Released: |version| :Generated: |today| diff --git a/pyexcel-io.yml b/pyexcel-io.yml index 61e1d14..fea0582 100644 --- a/pyexcel-io.yml +++ b/pyexcel-io.yml @@ -2,14 +2,13 @@ overrides: "pyexcel.yaml" project: "pyexcel-io" name: pyexcel-io nick_name: io -version: 0.5.20 +version: 0.6.0 current_version: 0.6.0 release: 0.6.0 copyright_year: 2015-2020 moban_command: false is_on_conda: true dependencies: - - ordereddict;python_version<"2.7" - lml>=0.0.4 test_dependencies: - pyexcel diff --git a/requirements.txt b/requirements.txt index dac001a..8539e81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -ordereddict;python_version<"2.7" lml>=0.0.4