Skip to content

Commit f3dc964

Browse files
committed
kick start 0.0.10
1 parent 6119f5b commit f3dc964

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.rst

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

4-
0.0.9 - 12.22.2016
4+
0.0.10 - under development
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9+
10+
#. `#3 <https://github.com/pyexcel/pyexcel-webio/issues/3>`_: raise exception
11+
if uploaded file has no content read.
12+
13+
14+
0.0.9 - 22.12.2016
515
--------------------------------------------------------------------------------
616

717
Updated

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
project = u'pyexcel-webio'
1818
copyright = u'2015-2016 Onni Software Ltd.'
19-
version = '0.0.8'
20-
release = '0.0.9'
19+
version = '0.0.9'
20+
release = '0.0.10'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
html_theme = 'default'

pyexcel_webio.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-webio"
33
nick_name: webio
4-
version: 0.0.9
5-
release: 0.0.8
4+
version: 0.0.10
5+
release: 0.0.9
66
dependencies:
77
- pyexcel>=0.4.0
88
description:

setup.py

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

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

0 commit comments

Comments
 (0)