Skip to content

Commit 2b8409b

Browse files
committed
:eggs: 🎡 release 0.5.6, removing deprecation warnings. maintenance release
1 parent b793d1f commit 2b8409b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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_xlsx.yaml
7+
configuration: pyexcel-xlsx.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-xlsx'
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_xlsx.yaml renamed to pyexcel-xlsx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-xlsx"
33
nick_name: xlsx
44
version: 0.5.6
55
current_version: 0.5.6
6-
release: 0.5.5
6+
release: 0.5.6
77
file_type: xlsx
88
dependencies:
99
- openpyxl>=2.5.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'format'
1616
)
1717
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
18-
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
18+
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
1919
FILES = ['README.rst', 'CHANGELOG.rst']
2020
KEYWORDS = [
2121
'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.5 ' +
54-
"Find 0.5.5 in changelog for more details")
53+
GS_COMMAND = ('gs pyexcel-xlsx v0.5.6 ' +
54+
"Find 0.5.6 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)