File tree Expand file tree Collapse file tree 6 files changed +33
-7
lines changed Expand file tree Collapse file tree 6 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.6.0 - 8.10.2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Updated **
8
+
9
+ #. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
10
+
11
+ 0.5.9 - 29.08.2020
12
+ --------------------------------------------------------------------------------
13
+
14
+ **Added **
15
+
16
+ #. `#35 <https://github.com/pyexcel/pyexcel-xls/issues/35 >`_, include tests
17
+
4
18
0.5.8 - 22.08.2018
5
19
--------------------------------------------------------------------------------
6
20
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ that the following conditions are met:
13
13
and/or other materials provided with the distribution.
14
14
15
15
* Neither the name of 'pyexcel-xls' nor the names of the contributors
16
- may be used to endorse or promote products derived from this software
16
+ may not be used to endorse or promote products derived from this software
17
17
without specific prior written permission.
18
18
19
19
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
Original file line number Diff line number Diff line change 1
1
name : pyexcel-xls
2
2
organisation : pyexcel
3
3
releases :
4
+ - changes :
5
+ - action : Updated
6
+ details :
7
+ - ' New style xlsx plugins, promoted by pyexcel-io v0.6.0.'
8
+ date : 8.10.2020
9
+ version : 0.6.0
10
+ - changes :
11
+ - action : Added
12
+ details :
13
+ - " `#35`, include tests"
14
+ date : 29.08.2020
15
+ version : 0.5.9
4
16
- changes :
5
17
- action : Added
6
18
details :
Original file line number Diff line number Diff line change 28
28
# The short X.Y version
29
29
version = '0.6.0'
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.5.8 '
31
+ release = '0.6.0 '
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-xls"
3
3
nick_name : xls
4
4
version : 0.6.0
5
5
current_version : 0.6.0
6
- release : 0.5.8
6
+ release : 0.6.0
7
7
file_type : xls
8
8
is_on_conda : true
9
9
dependencies :
@@ -13,4 +13,4 @@ dependencies:
13
13
test_dependencies :
14
14
- pyexcel
15
15
description : A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format
16
- moban_command : false
16
+ moban_command : false
Original file line number Diff line number Diff line change 40
40
"reads xlsx and xlsm format"
41
41
)
42
42
URL = "https://github.com/pyexcel/pyexcel-xls"
43
- DOWNLOAD_URL = "%s/archive/0.5.8 .tar.gz" % URL
43
+ DOWNLOAD_URL = "%s/archive/0.6.0 .tar.gz" % URL
44
44
FILES = ["README.rst" ,"CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
45
45
KEYWORDS = [
46
46
"python" ,
78
78
}
79
79
# You do not need to read beyond this line
80
80
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
81
- GS_COMMAND = ("gs pyexcel-xls v0.5.8 " +
82
- "Find 0.5.8 in changelog for more details" )
81
+ GS_COMMAND = ("gs pyexcel-xls v0.6.0 " +
82
+ "Find 0.6.0 in changelog for more details" )
83
83
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
84
84
"Please install gease to enable it." )
85
85
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments