Skip to content

Commit e4b9ea6

Browse files
committed
release 0.5.0 🥚 🎡
1 parent b7c0deb commit e4b9ea6

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

CHANGELOG.rst

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

4+
0.5.0 - 30.08.2017
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
********************************************************************************
9+
10+
#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
11+
Hence, there will be performance boost in handling files in memory.
12+
13+
Removed
14+
********************************************************************************
15+
16+
#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18>`_, is handled in
17+
pyexcel-io
18+
419
0.4.2 - 25.08.2017
520
--------------------------------------------------------------------------------
621

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'pyexcel-xlsx'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.4.2'
25-
release = '0.4.2'
24+
version = '0.5.0'
25+
release = '0.5.0'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_xlsx.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsx"
33
nick_name: xlsx
4-
version: 0.4.2
5-
current_version: 0.4.2
6-
release: 0.4.2
4+
version: 0.5.0
5+
current_version: 0.5.0
6+
release: 0.5.0
77
file_type: xlsx
88
dependencies:
99
- openpyxl>=2.4.4

rnd_requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
https://github.com/pyexcel/pyexcel-io/archive/dev.zip
2-
https://github.com/pyexcel/pyexcel-xls/archive/dev.zip

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-xlsx'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.4.2'
10+
VERSION = '0.5.0'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
@@ -16,7 +16,7 @@
1616
''
1717
)
1818
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
19-
DOWNLOAD_URL = '%s/archive/0.4.2.tar.gz' % URL
19+
DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
2020
FILES = ['README.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'xlsx'

0 commit comments

Comments
 (0)