Skip to content

Commit ff3c97d

Browse files
committed
🎉 kick start next version
1 parent 35265db commit ff3c97d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = u'pyexcel-xlsx'
2323
copyright = u'2015-2017 Onni Software Ltd.'
2424
version = '0.5.2'
25-
release = '0.5.2'
25+
release = '0.6.0'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_xlsx.yaml

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-xlsx"
33
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
66
release: 0.5.2
77
file_type: xlsx
88
dependencies:

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-xlsx'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.5.2'
10+
VERSION = '0.6.0'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
@@ -54,7 +54,8 @@
5454
"Find 0.5.2 in changelog for more details")
5555
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5656
'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)
5859
HERE = os.path.abspath(os.path.dirname(__file__))
5960

6061

0 commit comments

Comments
 (0)