Skip to content

Commit 40462db

Browse files
committed
🥚 🎡 relase 0.5.6
1 parent ad716c0 commit 40462db

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration:
44
- "commons/templates"
55
- "setupmobans/templates"
66
- ".moban.d"
7-
configuration: pyexcel_xls.yaml
7+
configuration: pyexcel-xls.yml
88
targets:
99
- README.rst: README.rst
1010
- setup.py: setup.py

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

pyexcel_xls.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'reads xlsx and xlsm format'
1818
)
1919
URL = 'https://github.com/pyexcel/pyexcel-xls'
20-
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
20+
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
2121
FILES = ['README.rst', 'CHANGELOG.rst']
2222
KEYWORDS = [
2323
'xls',
@@ -55,8 +55,8 @@
5555
# You do not need to read beyond this line
5656
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5757
sys.executable)
58-
GS_COMMAND = ('gs pyexcel-xls v0.5.5 ' +
59-
"Find 0.5.5 in changelog for more details")
58+
GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
59+
"Find 0.5.6 in changelog for more details")
6060
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6161
'Please install gease to enable it.')
6262
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)