Skip to content

Commit ae16570

Browse files
committed
release 0.5.0 🥚 🎡
1 parent 6e831d5 commit ae16570

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change 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+
415
0.4.1 - 25.08.2017
516
--------------------------------------------------------------------------------
617

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.1'
24+
version = '0.5.0'
2525
release = '0.5.0'
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.5.0
55
current_version: 0.5.0
6-
release: 0.4.1
6+
release: 0.5.0
77
file_type: xls
88
dependencies:
99
- pyexcel-io>=0.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
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
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
'xls',

0 commit comments

Comments
 (0)