Skip to content

Commit 128db49

Browse files
committedDec 18, 2017
🥚 🎡 release 0.5.5, detect merged cells
1 parent c61998c commit 128db49

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
 

‎CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
================================================================================
33

4+
0.5.5 - 18.12.2017
5+
--------------------------------------------------------------------------------
6+
7+
#. `#22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22>`_, to detect merged
8+
cell in xlsx - fast tracked patreon request.
9+
410
0.5.4 - 2.11.2017
511
--------------------------------------------------------------------------------
612

‎docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
project = u'pyexcel-xlsx'
2121
copyright = u'2015-2017 Onni Software Ltd.'
22-
version = '0.5.4'
22+
version = '0.5.5'
2323
release = '0.5.5'
2424
exclude_patterns = []
2525
pygments_style = 'sphinx'

‎pyexcel_xlsx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-xlsx"
33
nick_name: xlsx
44
version: 0.5.5
55
current_version: 0.5.5
6-
release: 0.5.4
6+
release: 0.5.5
77
file_type: xlsx
88
dependencies:
99
- openpyxl>=2.4.4

‎setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
''
1717
)
1818
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
19-
DOWNLOAD_URL = '%s/archive/0.5.4.tar.gz' % URL
19+
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
2020
FILES = ['README.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'xlsx'
@@ -50,8 +50,8 @@
5050
# You do not need to read beyond this line
5151
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5252
sys.executable)
53-
GS_COMMAND = ('gs pyexcel-xlsx v0.5.4 ' +
54-
"Find 0.5.4 in changelog for more details")
53+
GS_COMMAND = ('gs pyexcel-xlsx v0.5.5 ' +
54+
"Find 0.5.5 in changelog for more details")
5555
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5656
'Please install gease to enable it.')
5757
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)
Please sign in to comment.