10000 :egg: :ferris_wheel: release 0.5.1 · pyexcel/pyexcel-xlsxr@fb4597b · GitHub
[go: up one dir, main page]

Skip to content

Commit fb4597b

Browse files
committed
🥚 🎡 release 0.5.1
1 parent f23456d commit fb4597b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyexcel-xlsxr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsxr"
33
nick_name: "xlsxr"
4-
version: "0.5.0"
5-
current_version: "0.5.0"
6-
release: "0.5.0"
4+
version: "0.5.1"
5+
current_version: "0.5.1"
6+
release: "0.5.1"
77
file_type: xlsx
88
dependencies:
99
- lxml >= 3.4.4

pyexcel_xlsxr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ FCA0 -1,2 +1,2 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'
22
__author__ = 'C.W.'

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
NAME = 'pyexcel-xlsxr'
1313
AUTHOR = 'C.W.'
14-
VERSION = '0.5.0'
14+
VERSION = '0.5.1'
1515
EMAIL = 'wangc_2011@hotmail.com'
1616
LICENSE = 'New BSD'
1717
DESCRIPTION = (
1818
'Read xlsx file using partial xml'
1919
)
2020
URL = 'https://github.com/pyexcel/pyexcel-xlsxr'
21-
DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
21+
DOWNLOAD_URL = '%s/archive/0.5.1.tar.gz' % URL
2222
FILES = ['README.rst', 'CHANGELOG.rst']
2323
KEYWORDS = [
2424
'python',
@@ -49,8 +49,8 @@
4949
# You do not need to read beyond this line
5050
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5151
sys.executable)
52-
GS_COMMAND = ('gs pyexcel-xlsxr v0.5.0 ' +
53-
"Find 0.5.0 in changelog for more details")
52+
GS_COMMAND = ('gs pyexcel-xlsxr v0.5.1 ' +
53+
"Find 0.5.1 in changelog for more details")
5454
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555
'Please install gease to enable it.')
5656
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)
0