🥚 🎡 release 0.6.0

This commit is contained in:
chfw 2020-10-07 23:01:07 +01:00
parent 233045f889
commit bc4d2b3340
6 changed files with 20 additions and 23 deletions

View File

@ -1,19 +1,9 @@
Change log
================================================================================
0.6.0 - tbd
0.6.0 - 7.10.2020
--------------------------------------------------------------------------------
**added**
#. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86>`_: allow trailing
options, get_data(...keep_trailing_empty_cells=True).
**fixed**
#. `#74 <https://github.com/pyexcel/pyexcel-io/issues/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 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files
which contain non-UTF-8 encoded files.
**added**
#. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86>`_: allow trailing
options, get_data(...keep_trailing_empty_cells=True).
0.5.20 - 17.7.2019
--------------------------------------------------------------------------------

View File

@ -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:

View File

@ -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'

View File

@ -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|

View File

@ -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

View File

@ -1,2 +1 @@
ordereddict;python_version<"2.7"
lml>=0.0.4