File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.6.3 - 07.10.2021
4
+ 0.7.0 - 07.10.2021
5
5
--------------------------------------------------------------------------------
6
6
7
- **Updated **
7
+ **Removed **
8
8
9
9
#. `#46 <https://github.com/pyexcel/pyexcel-xls/issues/46 >`_: remove the hard
10
10
pin on xlrd version < 2.0
11
+
12
+ **Added **
13
+
11
14
#. `#47 <https://github.com/pyexcel/pyexcel-xls/issues/47 >`_: limit support to
12
15
persist datetime.timedelta. see more details in doc
13
16
Original file line number Diff line number Diff line change 26
26
copyright = '2015-2021 Onni Software Ltd.'
27
27
author = 'C.W.'
28
28
# The short X.Y version
29
- version = '0.6.3 '
29
+ version = '0.7.0 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.6.3 '
31
+ release = '0.7.0 '
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.6.3 "
35
+ VERSION = "0.7.0 "
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.3 .tar.gz" % URL
43
+ DOWNLOAD_URL = "%s/archive/0.7.0 .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.3 " +
85
- "Find 0.6.3 in changelog for more details" )
84
+ GS_COMMAND = ("gease pyexcel-xls v0.7.0 " +
85
+ "Find 0.7.0 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