File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
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
+
4
10
0.5.4 - 2.11.2017
5
11
--------------------------------------------------------------------------------
6
12
Original file line number Diff line number Diff line change 19
19
20
20
project = u'pyexcel-xlsx'
21
21
copyright = u'2015-2017 Onni Software Ltd.'
22
- version = '0.5.4 '
22
+ version = '0.5.5 '
23
23
release = '0.5.5'
24
24
exclude_patterns = []
25
25
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-xlsx"
3
3
nick_name : xlsx
4
4
version : 0.5.5
5
5
current_version : 0.5.5
6
- release : 0.5.4
6
+ release : 0.5.5
7
7
file_type : xlsx
8
8
dependencies :
9
9
- openpyxl>=2.4.4
Original file line number Diff line number Diff line change 16
16
''
17
17
)
18
18
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
20
20
FILES = ['README.rst' , 'CHANGELOG.rst' ]
21
21
KEYWORDS = [
22
22
'xlsx'
50
50
# You do not need to read beyond this line
51
51
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
52
52
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" )
55
55
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
56
56
'Please install gease to enable it.' )
57
57
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments