File tree 5 files changed +24
-10
lines changed
5 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.6.2 - 12.12.2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Updated **
8
+
9
+ #. lock down xlrd version less than version 2.0, because 2.0+ does not support
10
+ xlsx read
11
+
4
12
0.6.1 - 21.10.2020
5
13
--------------------------------------------------------------------------------
6
14
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
+ - " lock down xlrd version less than version 2.0, because 2.0+ does not support xlsx read"
8
+ date : 12.12.2020
9
+ version : 0.6.2
4
10
- changes :
5
11
- action : Updated
6
12
details :
Original file line number Diff line number Diff line change 26
26
copyright = '2015-2020 Onni Software Ltd.'
27
27
author = 'C.W.'
28
28
# The short X.Y version
29
- version = '0.6.1 '
29
+ version = '0.6.2 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.6.1 '
31
+ release = '0.6.2 '
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xls"
3
3
nick_name : xls
4
- version : 0.6.1
5
- current_version : 0.6.1
6
- release : 0.6.1
4
+ version : 0.6.2
5
+ current_version : 0.6.2
6
+ release : 0.6.2
7
7
file_type : xls
8
8
is_on_conda : true
9
9
dependencies :
10
10
- pyexcel-io>=0.6.2
11
- - xlrd
11
+ - xlrd<2
12
12
- xlwt
13
13
test_dependencies :
14
14
- pyexcel
Original file line number Diff line number Diff line change 32
32
33
33
NAME = "pyexcel-xls"
34
34
AUTHOR = "C.W."
35
- VERSION = "0.6.1 "
35
+ VERSION = "0.6.2 "
36
36
37
37
LICENSE = "New BSD"
38
38
DESCRIPTION = (
39
39
"A wrapper library to read, manipulate and write data in xls format. It" +
40
40
"reads xlsx and xlsm format"
41
41
)
42
42
URL = "https://github.com/pyexcel/pyexcel-xls"
43
- DOWNLOAD_URL = "%s/archive/0.6.1 .tar.gz" % URL
43
+ DOWNLOAD_URL = "%s/archive/0.6.2 .tar.gz" % URL
44
44
FILES = ["README.rst" ,"CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
45
45
KEYWORDS = [
46
46
"python" ,
81
81
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
82
82
HERE = os .path .abspath (os .path .dirname (__file__ ))
83
83
84
- GS_COMMAND = ("gease pyexcel-xls v0.6.1 " +
85
- "Find 0.6.1 in changelog for more details" )
84
+ GS_COMMAND = ("gease pyexcel-xls v0.6.2 " +
85
+ "Find 0.6.2 in changelog for more details" )
86
86
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
87
87
"Please install gease to enable it." )
88
88
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments