File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed
Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11Change log
22===========
3+
4+ 0.5.0 - 24.11.2017
5+ ---------------------------
6+
7+ Initial release
Original file line number Diff line number Diff line change 2020
2121project = u'pyexcel-xlsxr'
2222copyright = u'2015-2017 Onni Software Ltd.'
23- version = '0.0.1 '
24- release = '0.0.1 '
23+ version = '0.5.0 '
24+ release = '0.5.0 '
2525exclude_patterns = []
2626pygments_style = 'sphinx'
2727html_theme = 'default'
Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " pyexcel-xlsxr"
33nick_name : " xlsxr"
4- version : " 0.0.1 "
5- current_version : " 0.0.1 "
6- release : " 0.0.1 "
4+ version : " 0.5.0 "
5+ current_version : " 0.5.0 "
6+ release : " 0.5.0 "
77file_type : xlsx
88dependencies :
99 - lxml >= 3.4.4
10+ - pyexcel-io >= 0.5.4
1011description : " Read xlsx file using partial xml"
Original file line number Diff line number Diff line change 1- __version__ = '0.0.1 '
1+ __version__ = '0.5.0 '
22__author__ = 'C.W.'
Original file line number Diff line number Diff line change 11lxml >= 3.4.4
2+ pyexcel-io >= 0.5.4
Original file line number Diff line number Diff line change 99
1010NAME = 'pyexcel-xlsxr'
1111AUTHOR = 'C.W.'
12- VERSION = '0.0.1 '
12+ VERSION = '0.5.0 '
1313EMAIL = 'wangc_2011@hotmail.com'
1414LICENSE = 'New BSD'
1515DESCRIPTION = (
1616 'Read xlsx file using partial xml' +
1717 ''
1818)
1919URL = 'https://github.com/pyexcel/pyexcel-xlsxr'
20- DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
20+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
2121FILES = ['README.rst' , 'CHANGELOG.rst' ]
2222KEYWORDS = [
2323 'python'
3939
4040INSTALL_REQUIRES = [
4141 'lxml >= 3.4.4' ,
42+ 'pyexcel-io >= 0.5.4' ,
4243]
4344
4445
4849# You do not need to read beyond this line
4950PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5051 sys .executable )
51- GS_COMMAND = ('gs pyexcel-xlsxr v0.0.1 ' +
52- "Find 0.0.1 in changelog for more details" )
52+ GS_COMMAND = ('gs pyexcel-xlsxr v0.5.0 ' +
53+ "Find 0.5.0 in changelog for more details" )
5354NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5455 'Please install gease to enable it.' )
5556UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments