Skip to content

Commit cc433f7

Browse files
committed
release v0.3.1
1 parent cbe6231 commit cc433f7

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
================================================================================
33

4+
0.3.1 - 13.04.2017
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
********************************************************************************
9+
10+
#. issue `#1 <https://github.com/pyexcel/pyexcel-odsr/issues/1>`_, PT288H00M00S
11+
is valid duration
12+
13+
414
0.3.0 - 02.02.2017
515
--------------------------------------------------------------------------------
616

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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.0'
25-
release = '0.3.0'
24+
version = '0.3.1'
25+
release = '0.3.1'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_odsr.yml

Lines changed: 2 additions & 2 deletions
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.0
5-
release: 0.3.0
4+
version: 0.3.1
5+
release: 0.3.1
66
file_type: ods
77
dependencies:
88
- pyexcel-io>=0.3.0

setup.py

Lines changed: 1 addition & 1 deletion
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.0'
10+
VERSION = '0.3.1'
1111
EMAIL = 'wangc_2011 (at) hotmail.com'
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (

0 commit comments

Comments
 (0)