Skip to content

Commit bc4d2b3

Browse files
committed
🥚 🎡 release 0.6.0
1 parent 233045f commit bc4d2b3

File tree

6 files changed

+20
-23
lines changed

6 files changed

+20
-23
lines changed

CHANGELOG.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
Change log
22
================================================================================
33

4-
0.6.0 - tbd
4+
0.6.0 - 7.10.2020
55
--------------------------------------------------------------------------------
66

7-
**added**
8-
9-
#. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86>`_: allow trailing
10-
options, get_data(...keep_trailing_empty_cells=True).
11-
12-
**fixed**
13-
14-
#. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files
15-
which contain non-UTF-8 encoded files.
16-
177
**removed**
188

199
#. python 3.6 lower versions are no longer supported
@@ -25,6 +15,16 @@ Change log
2515
#. new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting
2616
query set source done. it is against the plugin interface.
2717

18+
**fixed**
19+
20+
#. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files
21+
which contain non-UTF-8 encoded files.
22+
23+
**added**
24+
25+
#. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86>`_: allow trailing
26+
options, get_data(...keep_trailing_empty_cells=True).
27+
2828
0.5.20 - 17.7.2019
2929
--------------------------------------------------------------------------------
3030

changelog.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: pyexcel-io
22
organisation: pyexcel
33
releases:
44
- changes:
5-
- action: added
6-
details:
7-
- "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
8-
- action: fixed
9-
details:
10-
- "`#74`: handle zip files which contain non-UTF-8 encoded files."
115
- action: removed
126
details:
137
- 'python 3.6 lower versions are no longer supported'
@@ -17,8 +11,14 @@ releases:
1711
please read 'Packaging with Pyinstaller' in the documentation.
1812
- new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting query set
1913
source done. it is against the plugin interface.
14+
- action: fixed
15+
details:
16+
- "`#74`: handle zip files which contain non-UTF-8 encoded files."
17+
- action: added
18+
details:
19+
- "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
2020
version: 0.6.0
21-
date: tbd
21+
date: 7.10.2020
2222
- changes:
2323
- action: updated
2424
details:

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
copyright = '2015-2020 Onni Software Ltd.'
2727
author = 'chfw'
2828
# The short X.Y version
29-
version = '0.5.20'
29+
version = '0.6.0'
3030
# The full version, including alpha/beta/rc tags
3131
release = '0.6.0'
3232

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/pyexcel-io.git
1111
:Issues: http://github.com/pyexcel/pyexcel-io/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

pyexcel-io.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ overrides: "pyexcel.yaml"
22
project: "pyexcel-io"
33
name: pyexcel-io
44
nick_name: io
5-
version: 0.5.20
5+
version: 0.6.0
66
current_version: 0.6.0
77
release: 0.6.0
88
copyright_year: 2015-2020
99
moban_command: false
1010
is_on_conda: true
1111
dependencies:
12-
- ordereddict;python_version<"2.7"
1312
- lml>=0.0.4
1413
test_dependencies:
1514
- pyexcel

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
ordereddict;python_version<"2.7"
21
lml>=0.0.4

0 commit comments

Comments
 (0)