Skip to content

Commit 2000b49

Browse files
committed
🥚 🎡 release 0.4.1
1 parent ec325aa commit 2000b49

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change log
22
================================================================================
33

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+
413
0.4.0 - 19.06.2017
514
--------------------------------------------------------------------------------
615

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
project = u'pyexcel-xls'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.4.0'
24+
version = '0.4.1'
2525
release = '0.4.1'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'

pyexcel_xls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-xls"
33
nick_name: xls
44
version: 0.4.1
55
current_version: 0.4.1
6-
release: 0.4.0
6+
release: 0.4.1
77
file_type: xls
88
dependencies:
99
- pyexcel-io>=0.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
''
2020
)
2121
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']
2424
KEYWORDS = [
2525
'xls',
2626
'xlsx',

0 commit comments

Comments
 (0)