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:
44 - " commons/templates"
55 - " setupmobans/templates"
66 - " .moban.d"
7- configuration : pyexcel_xls.yaml
7+ configuration : pyexcel-xls.yml
88targets :
99 - README.rst : README.rst
1010 - setup.py : setup.py
Original file line number Diff line number Diff line change 1919
2020project = u'pyexcel-xls'
2121copyright = u'2015-2018 Onni Software Ltd.'
22- version = '0.5.5 '
22+ version = '0.5.6 '
2323release = '0.5.6'
2424exclude_patterns = []
2525pygments_style = 'sphinx'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 'reads xlsx and xlsm format'
1818)
1919URL = '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
2121FILES = ['README.rst' , 'CHANGELOG.rst' ]
2222KEYWORDS = [
2323 'xls' ,
5555# You do not need to read beyond this line
5656PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5757 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" )
6060NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6161 'Please install gease to enable it.' )
6262UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments