File tree Expand file tree Collapse file tree 4 files changed +5
-17
lines changed Expand file tree Collapse file tree 4 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configuration:
4
4
- " commons/templates"
5
5
- " setupmobans/templates"
6
6
- " .moban.d"
7
- configuration : pyexcel_xls.yaml
7
+ configuration : pyexcel-xls.yml
8
8
targets :
9
9
- README.rst : README.rst
10
10
- setup.py : setup.py
Original file line number Diff line number Diff line change 19
19
20
20
project = u'pyexcel-xls'
21
21
copyright = u'2015-2018 Onni Software Ltd.'
22
- version = '0.5.5 '
22
+ version = '0.5.6 '
23
23
release = '0.5.6'
24
24
exclude_patterns = []
25
25
pygments_style = 'sphinx'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
'reads xlsx and xlsm format'
18
18
)
19
19
URL = 'https://github.com/pyexcel/pyexcel-xls'
20
- DOWNLOAD_URL = '%s/archive/0.5.5 .tar.gz' % URL
20
+ DOWNLOAD_URL = '%s/archive/0.5.6 .tar.gz' % URL
21
21
FILES = ['README.rst' , 'CHANGELOG.rst' ]
22
22
KEYWORDS = [
23
23
'xls' ,
55
55
# You do not need to read beyond this line
56
56
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
57
57
sys .executable )
58
- GS_COMMAND = ('gs pyexcel-xls v0.5.5 ' +
59
- "Find 0.5.5 in changelog for more details" )
58
+ GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
59
+ "Find 0.5.6 in changelog for more details" )
60
60
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
61
61
'Please install gease to enable it.' )
62
62
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments