Skip to content

Commit

Permalink
release 0.5.0 🥚 🎡
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 30, 2017
1 parent 6e831d5 commit ae16570
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change log
================================================================================

0.5.0 - 30.08.2017
--------------------------------------------------------------------------------

Updated
********************************************************************************

#. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20>`_, is handled in
pyexcel-io
#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
Hence, there will be performance boost in handling files in memory.

0.4.1 - 25.08.2017
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

project = u'pyexcel-xls'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.1'
version = '0.5.0'
release = '0.5.0'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_xls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pyexcel-xls"
nick_name: xls
version: 0.5.0
current_version: 0.5.0
release: 0.4.1
release: 0.5.0
file_type: xls
dependencies:
- pyexcel-io>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
''
)
URL = 'https://github.com/pyexcel/pyexcel-xls'
DOWNLOAD_URL = '%s/archive/0.4.1.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'xls',
Expand Down

0 comments on commit ae16570

Please sign in to comment.