File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 26
26
copyright = '2015-2022 Onni Software Ltd.'
27
27
author = 'C.W.'
28
28
# The short X.Y version
29
- version = '0.6.6 '
29
+ version = '0.6.7 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.6.6 '
31
+ release = '0.6.7 '
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.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
8
8
copyright_year : 2015-2022
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 = "C.W."
35
- VERSION = "0.6.6 "
35
+ VERSION = "0.6.7 "
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.6 .tar.gz" % URL
43
+ DOWNLOAD_URL = "%s/archive/0.6.7 .tar.gz" % URL
44
44
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
45
45
KEYWORDS = [
46
46
"python" ,
89
89
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
90
90
HERE = os .path .abspath (os .path .dirname (__file__ ))
91
91
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" )
94
94
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
95
95
"Please install gease to enable it." )
96
96
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments