File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.6.0 - 7.10.2020
4
+ 0.6.1 - 7.10.2020
5
5
--------------------------------------------------------------------------------
6
6
7
7
**removed **
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ releases:
17
17
- action : added
18
18
details :
19
19
- " `#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
20
- version : 0.6.0
20
+ version : 0.6.1
21
21
date : 7.10.2020
22
22
- changes :
23
23
- action : updated
Original file line number Diff line number Diff line change 26
26
copyright = '2015-2020 Onni Software Ltd.'
27
27
author = 'chfw'
28
28
# The short X.Y version
29
- version = '0.6.0 '
29
+ version = '0.6.1 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.6.0 '
31
+ release = '0.6.1 '
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
2
2
project : " pyexcel-io"
3
3
name : pyexcel-io
4
4
nick_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
8
8
copyright_year : 2015-2020
9
9
moban_command : false
10
10
is_on_conda : true
Original file line number Diff line number Diff line change 32
32
33
33
NAME = "pyexcel-io"
34
34
AUTHOR = "chfw"
35
- VERSION = "0.6.0 "
35
+ VERSION = "0.6.1 "
36
36
37
37
LICENSE = "New BSD"
38
38
DESCRIPTION = (
39
39
"A python library to read and write structured data in csv, zipped csv" +
40
40
"format and to/from databases"
41
41
)
42
42
URL = "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
44
44
FILES = ["README.rst" , "CHANGELOG.rst" ]
45
45
KEYWORDS = [
46
46
"python" ,
85
85
}
86
86
# You do not need to read beyond this line
87
87
PUBLISH_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" )
90
90
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
91
91
"Please install gease to enable it." )
92
92
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments