Skip to content

Commit

Permalink
🥚 🎡 relase 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 15, 2018
1 parent ad716c0 commit 40462db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configuration:
- "commons/templates"
- "setupmobans/templates"
- ".moban.d"
configuration: pyexcel_xls.yaml
configuration: pyexcel-xls.yml
targets:
- README.rst: README.rst
- setup.py: setup.py
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

project = u'pyexcel-xls'
copyright = u'2015-2018 Onni Software Ltd.'
version = '0.5.5'
version = '0.5.6'
release = '0.5.6'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
12 changes: 0 additions & 12 deletions pyexcel_xls.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'reads xlsx and xlsm format'
)
URL = 'https://github.com/pyexcel/pyexcel-xls'
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'xls',
Expand Down Expand Up @@ -55,8 +55,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs pyexcel-xls v0.5.5 ' +
"Find 0.5.5 in changelog for more details")
GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
"Find 0.5.6 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit 40462db

Please sign in to comment.