File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.6.0 - 7.10.2020
4+ 0.6.1 - 7.10.2020
55--------------------------------------------------------------------------------
66
77**removed **
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ releases:
1717 - action : added
1818 details :
1919 - " `#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
20- version : 0.6.0
20+ version : 0.6.1
2121 date : 7.10.2020
2222- changes :
2323 - action : updated
Original file line number Diff line number Diff line change 2626copyright = '2015-2020 Onni Software Ltd.'
2727author = 'chfw'
2828# The short X.Y version
29- version = '0.6.0 '
29+ version = '0.6.1 '
3030# The full version, including alpha/beta/rc tags
31- release = '0.6.0 '
31+ release = '0.6.1 '
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.0
6- current_version : 0.6.0
7- release : 0.6.0
5+ version : 0.6.1
6+ current_version : 0.6.1
7+ release : 0.6.1
88copyright_year : 2015-2020
99moban_command : false
1010is_on_conda : true
Original file line number Diff line number Diff line change 3232
3333NAME = "pyexcel-io"
3434AUTHOR = "chfw"
35- VERSION = "0.6.0 "
35+ VERSION = "0.6.1 "
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.0 .tar.gz" % URL
43+ DOWNLOAD_URL = "%s/archive/0.6.1 .tar.gz" % URL
4444FILES = ["README.rst" , "CHANGELOG.rst" ]
4545KEYWORDS = [
4646 "python" ,
8585}
8686# You do not need to read beyond this line
8787PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
88- GS_COMMAND = ("gs pyexcel-io v0.6.0 " +
89- "Find 0.6.0 in changelog for more details" )
88+ GS_COMMAND = ("gs pyexcel-io v0.6.1 " +
89+ "Find 0.6.1 in changelog for more details" )
9090NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9191 "Please install gease to enable it." )
9292UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments