File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.4.1 - 25.08.2017
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ********************************************************************************
9
+
10
+ #. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20 >`_, handle unseekable
11
+ stream given by http response.
12
+
4
13
0.4.0 - 19.06.2017
5
14
--------------------------------------------------------------------------------
6
15
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.0 '
24
+ version = '0.4.1 '
25
25
release = '0.4.1'
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.4.1
5
5
current_version : 0.4.1
6
- release : 0.4.0
6
+ release : 0.4.1
7
7
file_type : xls
8
8
dependencies :
9
9
- pyexcel-io>=0.4.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.0 .tar.gz' % URL
23
- FILES = ['README.rst' , 'CHANGELOG.rst' ]
22
+ DOWNLOAD_URL = '%s/archive/0.4.1 .tar.gz' % URL
23
+ FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'xls' ,
26
26
'xlsx' ,
You can’t perform that action at this time.
0 commit comments