File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
22
project = u'pyexcel-xlsx'
23
23
copyright = u'2015-2017 Onni Software Ltd.'
24
24
version = '0.5.2'
25
- release = '0.5.2 '
25
+ release = '0.6.0 '
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-xlsx"
3
3
nick_name : xlsx
4
- version : 0.5.2
5
- current_version : 0.5.2
4
+ version : 0.6.0
5
+ current_version : 0.6.0
6
6
release : 0.5.2
7
7
file_type : xlsx
8
8
dependencies :
Original file line number Diff line number Diff line change 7
7
8
8
NAME = 'pyexcel-xlsx'
9
9
AUTHOR = 'C.W.'
10
- VERSION = '0.5.2 '
10
+ VERSION = '0.6.0 '
11
11
12
12
LICENSE = 'New BSD'
13
13
DESCRIPTION = (
54
54
"Find 0.5.2 in changelog for more details" )
55
55
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
56
56
'Please install gease to enable it.' )
57
- UPLOAD_FAILED_MSG = ('Upload failed. please run "%s" yourself.' )
57
+ UPLOAD_FAILED_MSG = (
58
+ 'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND )
58
59
HERE = os .path .abspath (os .path .dirname (__file__ ))
59
60
60
61
You can’t perform that action at this time.
0 commit comments