File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626copyright = '2015-2022 Onni Software Ltd.'
2727author = 'C.W.'
2828# The short X.Y version
29- version = '0.6.6 '
29+ version = '0.6.7 '
3030# The full version, including alpha/beta/rc tags
31- release = '0.6.6 '
31+ release = '0.6.7 '
3232
3333# -- General configuration ---------------------------------------------------
3434
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
22project : " pyexcel-io"
33name : pyexcel-io
44nick_name : io
5- version : 0.6.6
6- current_version : 0.6.6
7- release : 0.6.6
5+ version : 0.6.7
6+ current_version : 0.6.7
7+ release : 0.6.7
88copyright_year : 2015-2022
99moban_command : false
1010is_on_conda : true
Original file line number Diff line number Diff line change 3232
3333NAME = "pyexcel-io"
3434AUTHOR = "C.W."
35- VERSION = "0.6.6 "
35+ VERSION = "0.6.7 "
36363737LICENSE = "New BSD"
3838DESCRIPTION = (
3939 "A python library to read and write structured data in csv, zipped csv" +
4040 "format and to/from databases"
4141)
4242URL = "https://github.com/pyexcel/pyexcel-io"
43- DOWNLOAD_URL = "%s/archive/0.6.6 .tar.gz" % URL
43+ DOWNLOAD_URL = "%s/archive/0.6.7 .tar.gz" % URL
4444FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
4545KEYWORDS = [
4646 "python" ,
8989PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
9090HERE = os .path .abspath (os .path .dirname (__file__ ))
9191
92- GS_COMMAND = ("gease pyexcel-io v0.6.6 " +
93- "Find 0.6.6 in changelog for more details" )
92+ GS_COMMAND = ("gease pyexcel-io v0.6.7 " +
93+ "Find 0.6.7 in changelog for more details" )
9494NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9595 "Please install gease to enable it." )
9696UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments