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.6.1 "
5- current_version : " 0.6.1 "
6- release : " 0.6.1 "
4+ version : " 0.6.2 "
5+ current_version : " 0.6.2 "
6+ release : " 0.6.2 "
77copyright_year : 2015-2024
88file_type : xlsx
99nodocs : true
Original file line number Diff line number Diff line change 1- __version__ = '0.6.1 '
1+ __version__ = '0.6.2 '
22__author__ = 'C.W.'
Original file line number Diff line number Diff line change 3232
3333NAME = "pyexcel-xlsxr"
3434AUTHOR = "C.W."
35- VERSION = "0.6.1 "
35+ VERSION = "0.6.2 "
36363737LICENSE = "New BSD"
3838DESCRIPTION = (
3939 "Read xlsx file using partial xml"
4040)
4141URL = "https://github.com/pyexcel/pyexcel-xlsxr"
42- DOWNLOAD_URL = "%s/archive/0.6.1 .tar.gz" % URL
42+ DOWNLOAD_URL = "%s/archive/0.6.2 .tar.gz" % URL
4343FILES = ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS = [
4545 "python" ,
7575PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
7676HERE = os .path .abspath (os .path .dirname (__file__ ))
7777
78- GS_COMMAND = ("gease pyexcel-xlsxr v0.6.1 " +
79- "Find 0.6.1 in changelog for more details" )
78+ GS_COMMAND = ("gease pyexcel-xlsxr v0.6.2 " +
79+ "Find 0.6.2 in changelog for more details" )
8080NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8181 "Please install gease to enable it." )
8282UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments