Skip to content

Commit 2ab7b57

Browse files
committed
kickstart 0.1.1
1 parent 6ecce75 commit 2ab7b57

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212

1313
intersphinx_mapping = {
14-
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None),
14+
'pyexcel': ('http://pyexcel.readthedocs.io/en/latest/', None),
1515
}
1616
spelling_word_list_filename = 'spelling_wordlist.txt'
1717
templates_path = ['_templates']
@@ -20,8 +20,8 @@
2020

2121
project = u'pyexcel-webio'
2222
copyright = u'2015-2017 Onni Software Ltd.'
23-
version = '0.0.11'
24-
release = '0.1.0'
23+
version = '0.1.0'
24+
release = '0.1.1'
2525
exclude_patterns = []
2626
pygments_style = 'sphinx'
2727
html_theme = 'default'

pyexcel_webio.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-webio"
33
nick_name: webio
4-
version: "0.1.0"
5-
current_version: "0.1.0"
6-
release: "0.0.11"
4+
version: "0.1.1"
5+
current_version: "0.1.1"
6+
release: "0.1.0"
77
dependencies:
88
- pyexcel>=0.4.0
99
description:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-webio'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.1.0'
10+
VERSION = '0.1.1'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (

0 commit comments

Comments
 (0)