Skip to content

Commit 7ec8fb7

Browse files
committed
release 0.3.2
1 parent ff6105d commit 7ec8fb7

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.rst

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

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+
413
0.3.1 - 13.04.2017
514
--------------------------------------------------------------------------------
615

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ or clone it and install it:
4141

4242
.. code-block:: bash
4343
44-
$ git clone http://github.com/pyexcel/pyexcel-odsr.git
44+
$ git clone https://github.com/pyexcel/pyexcel-odsr.git
4545
$ cd pyexcel-odsr
4646
$ python setup.py install
4747
@@ -321,4 +321,5 @@ Support the project
321321
================================================================================
322322

323323
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.

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'pyexcel-odsr'
2323
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'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_odsr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-odsr"
33
nick_name: odsr
4-
version: 0.3.1
5-
release: 0.3.1
4+
version: 0.3.2
5+
release: 0.3.2
66
file_type: ods
77
dependencies:
88
- pyexcel-io>=0.3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-odsr'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.3.1'
10+
VERSION = '0.3.2'
1111
EMAIL = 'wangc_2011 (at) hotmail.com'
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (

0 commit comments

Comments
 (0)