File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.5.0 - 30.08.2017
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ********************************************************************************
9
+
10
+ #. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20 >`_, is handled in
11
+ pyexcel-io
12
+ #. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
13
+ Hence, there will be performance boost in handling files in memory.
14
+
4
15
0.4.1 - 25.08.2017
5
16
--------------------------------------------------------------------------------
6
17
Original file line number Diff line number Diff line change 21
21
22
22
project = u'pyexcel-xls'
23
23
copyright = u'2015-2017 Onni Software Ltd.'
24
- version = '0.4.1 '
24
+ version = '0.5.0 '
25
25
release = '0.5.0'
26
26
exclude_patterns = []
27
27
pygments_style = 'sphinx'
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.5.0
5
5
current_version : 0.5.0
6
- release : 0.4.1
6
+ release : 0.5.0
7
7
file_type : xls
8
8
dependencies :
9
9
- pyexcel-io>=0.5.0
Original file line number Diff line number Diff line change 19
19
''
20
20
)
21
21
URL = 'https://github.com/pyexcel/pyexcel-xls'
22
- DOWNLOAD_URL = '%s/archive/0.4.1 .tar.gz' % URL
22
+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
23
23
FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'xls' ,
You can’t perform that action at this time.
0 commit comments