Commit 7ec8fb7 1 parent ff6105d commit 7ec8fb7 Copy full SHA for 7ec8fb7
File tree 5 files changed +17
-7
lines changed
5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.3.2 - 07.05.2017
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ********************************************************************************
9
+
10
+ #. issue `#2 <https://github.com/pyexcel/pyexcel-odsr/issues/2 >`_, not all texts
11
+ in a multi-node cell were extracted.
12
+
4
13
0.3.1 - 13.04.2017
5
14
--------------------------------------------------------------------------------
6
15
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ or clone it and install it:
41
41
42
42
.. code-block :: bash
43
43
44
- $ git clone http ://github.com/pyexcel/pyexcel-odsr.git
44
+ $ git clone https ://github.com/pyexcel/pyexcel-odsr.git
45
45
$ cd pyexcel-odsr
46
46
$ python setup.py install
47
47
@@ -321,4 +321,5 @@ Support the project
321
321
================================================================================
322
322
323
323
If your company has embedded pyexcel and its components into a revenue generating
324
- product, please `support me on patreon <https://www.patreon.com/pyexcel >`_.
324
+ product, please `support me on patreon <https://www.patreon.com/pyexcel >`_ to
325
+ maintain the project and develop it further.
Original file line number Diff line number Diff line change 21
21
22
22
project = u'pyexcel-odsr'
23
23
copyright = u'2015-2017 Onni Software Ltd.'
24
- version = '0.3.1 '
25
- release = '0.3.1 '
24
+ version = '0.3.2 '
25
+ release = '0.3.2 '
26
26
exclude_patterns = []
27
27
pygments_style = 'sphinx'
28
28
html_theme = 'default'
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-odsr"
3
3
nick_name : odsr
4
- version : 0.3.1
5
- release : 0.3.1
4
+ version : 0.3.2
5
+ release : 0.3.2
6
6
file_type : ods
7
7
dependencies :
8
8
- pyexcel-io>=0.3.0
Original file line number Diff line number Diff line change 7
7
8
8
NAME = 'pyexcel-odsr'
9
9
AUTHOR = 'C.W.'
10
- VERSION = '0.3.1 '
10
+ VERSION = '0.3.2 '
11
11
EMAIL = 'wangc_2011 (at) hotmail.com'
12
12
LICENSE = 'New BSD'
13
13
DESCRIPTION = (
You can’t perform that action at this time.
0 commit comments