File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " pyexcel-xlsxr"
33nick_name : " xlsxr"
4- version : " 0.5.0 "
5- current_version : " 0.5.0 "
6- release : " 0.5.0 "
4+ version : " 0.5.1 "
5+ current_version : " 0.5.1 "
6+ release : " 0.5.1 "
77file_type : xlsx
88dependencies :
99 - lxml >= 3.4.4
Original file line number Diff line number Diff line change 1- __version__ = '0.5.0 '
1+ __version__ = '0.5.1 '
22__author__ = 'C.W.'
Original file line number Diff line number Diff line change 1111
1212NAME = 'pyexcel-xlsxr'
1313AUTHOR = 'C.W.'
14- VERSION = '0.5.0 '
14+ VERSION = '0.5.1 '
15151616LICENSE = 'New BSD'
1717DESCRIPTION = (
1818 'Read xlsx file using partial xml'
1919)
2020URL = 'https://github.com/pyexcel/pyexcel-xlsxr'
21- DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
21+ DOWNLOAD_URL = '%s/archive/0.5.1 .tar.gz' % URL
2222FILES = ['README.rst' , 'CHANGELOG.rst' ]
2323KEYWORDS = [
2424 'python' ,
4949# You do not need to read beyond this line
5050PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5151 sys .executable )
52- GS_COMMAND = ('gs pyexcel-xlsxr v0.5.0 ' +
53- "Find 0.5.0 in changelog for more details" )
52+ GS_COMMAND = ('gs pyexcel-xlsxr v0.5.1 ' +
53+ "Find 0.5.1 in changelog for more details" )
5454NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555 'Please install gease to enable it.' )
5656UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments