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 11Change log
22================================================================================
33
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+
4150.4.1 - 25.08.2017
516--------------------------------------------------------------------------------
617
Original file line number Diff line number Diff line change 2121
2222project = u'pyexcel-xls'
2323copyright = u'2015-2017 Onni Software Ltd.'
24- version = '0.4.1 '
24+ version = '0.5.0 '
2525release = '0.5.0'
2626exclude_patterns = []
2727pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-xls"
33nick_name : xls
44version : 0.5.0
55current_version : 0.5.0
6- release : 0.4.1
6+ release : 0.5.0
77file_type : xls
88dependencies :
99 - pyexcel-io>=0.5.0
Original file line number Diff line number Diff line change 1919 ''
2020)
2121URL = '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
2323FILES = ['README.rst' , 'CHANGELOG.rst' ]
2424KEYWORDS = [
2525 'xls' ,
You can’t perform that action at this time.
0 commit comments