Skip to content

Commit 745f56a

Browse files
committed
release v0.4.0
1 parent def9003 commit 745f56a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change log
22
================================================================================
33

4+
0.4.0 - 19.06.2017
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
********************************************************************************
9+
10+
#. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14>`_, close file
11+
handle
12+
#. pyexcel-io plugin interface now updated to use
13+
`lml <https://github.com/chfw/lml>`_.
14+
15+
416
0.3.3 - 07.05.2017
517
--------------------------------------------------------------------------------
618

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
NAME = 'pyexcel-ods'
99
AUTHOR = 'C.W.'
1010
VERSION = '0.4.0'
11-
EMAIL = 'wangc_2011 (at) hotmail.com'
11+
EMAIL = 'wangc_2011@hotmail.com'
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
1414
'A wrapper library to read, manipulate and write data in ods format' +

0 commit comments

Comments
 (0)