File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.7.1 - 31.03.2024
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Removed **
8
+
9
+ #. `#54 <https://github.com/pyexcel/pyexcel-xls/issues/54 >`_: remove xlsm
10
+ support for xlrd > 2.0.0
11
+
4
12
0.7.0 - 07.10.2021
5
13
--------------------------------------------------------------------------------
6
14
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.7.0 '
29
+ version = '0.7.1 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.7.0 '
31
+ release = '0.7.1 '
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
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.7.0 "
35
+ VERSION = "0.7.1 "
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.7.0 .tar.gz" % URL
43
+ DOWNLOAD_URL = "%s/archive/0.7.1 .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.7.0 " +
85
- "Find 0.7.0 in changelog for more details" )
84
+ GS_COMMAND = ("gease pyexcel-xls v0.7.1 " +
85
+ "Find 0.7.1 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 = (
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ pygments
10
10
moban
11
11
moban_jinja2_github
12
12
pyexcel
13
+ pytest
You can’t perform that action at this time.
0 commit comments