File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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_xlsx.yaml
7+ configuration : pyexcel-xlsx.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-xlsx'
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'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-xlsx"
33nick_name : xlsx
44version : 0.5.6
55current_version : 0.5.6
6- release : 0.5.5
6+ release : 0.5.6
77file_type : xlsx
88dependencies :
99 - openpyxl>=2.5.0
Original file line number Diff line number Diff line change 1515 'format'
1616)
1717URL = 'https://github.com/pyexcel/pyexcel-xlsx'
18- DOWNLOAD_URL = '%s/archive/0.5.5 .tar.gz' % URL
18+ DOWNLOAD_URL = '%s/archive/0.5.6 .tar.gz' % URL
1919FILES = ['README.rst' , 'CHANGELOG.rst' ]
2020KEYWORDS = [
2121 'xlsx'
5050# You do not need to read beyond this line
5151PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5252 sys .executable )
53- GS_COMMAND = ('gs pyexcel-xlsx v0.5.5 ' +
54- "Find 0.5.5 in changelog for more details" )
53+ GS_COMMAND = ('gs pyexcel-xlsx v0.5.6 ' +
54+ "Find 0.5.6 in changelog for more details" )
5555NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5656 'Please install gease to enable it.' )
5757UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments