File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4+ 0.4.3 - 25.08.2017
5+ --------------------------------------------------------------------------------
6+
7+ #. `#4 <https://github.com/pyexcel/pyexcel-odsr/issues/4 >`_, handle unseekable
8+ stream given by http response.
9+
4100.4.2 - 20.08.2017
511--------------------------------------------------------------------------------
612
Original file line number Diff line number Diff line change 2121
2222project = u'pyexcel-odsr'
2323copyright = u'2015-2017 Onni Software Ltd.'
24- version = '0.4.2 '
24+ version = '0.4.3 '
2525release = '0.4.3'
2626exclude_patterns = []
2727pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-odsr"
33nick_name : odsr
44version : 0.4.3
55current_version : 0.4.3
6- release : 0.4.2
6+ release : 0.4.3
77file_type : ods
88dependencies :
99 - pyexcel-io>=0.4.0
Original file line number Diff line number Diff line change 1616 ''
1717)
1818URL = 'https://github.com/pyexcel/pyexcel-odsr'
19- DOWNLOAD_URL = '%s/archive/0.4.2 .tar.gz' % URL
19+ DOWNLOAD_URL = '%s/archive/0.4.3 .tar.gz' % URL
2020FILES = ['README.rst' , 'CONTRIBUTORS.rst' , 'CHANGELOG.rst' ]
2121KEYWORDS = [
2222 'excel' ,
You can’t perform that action at this time.
0 commit comments