Skip to content

Commit

Permalink
🥚 🎡 release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 7, 2020
1 parent 233045f commit bc4d2b3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 23 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------------------------------------------------------------------

Expand Down
14 changes: 7 additions & 7 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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'

Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down
3 changes: 1 addition & 2 deletions pyexcel-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ordereddict;python_version<"2.7"
lml>=0.0.4

0 comments on commit bc4d2b3

Please sign in to comment.