File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
===========
3
+
4
+ 0.5.0 - 24.11.2017
5
+ ---------------------------
6
+
7
+ Initial release
Original file line number Diff line number Diff line change 20
20
21
21
project = u'pyexcel-xlsxr'
22
22
copyright = u'2015-2017 Onni Software Ltd.'
23
- version = '0.0.1 '
24
- release = '0.0.1 '
23
+ version = '0.5.0 '
24
+ release = '0.5.0 '
25
25
exclude_patterns = []
26
26
pygments_style = 'sphinx'
27
27
html_theme = 'default'
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xlsxr"
3
3
nick_name : " xlsxr"
4
- version : " 0.0.1 "
5
- current_version : " 0.0.1 "
6
- release : " 0.0.1 "
4
+ version : " 0.5.0 "
5
+ current_version : " 0.5.0 "
6
+ release : " 0.5.0 "
7
7
file_type : xlsx
8
8
dependencies :
9
9
- lxml >= 3.4.4
10
+ - pyexcel-io >= 0.5.4
10
11
description : " Read xlsx file using partial xml"
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.1 '
1
+ __version__ = '0.5.0 '
2
2
__author__ = 'C.W.'
Original file line number Diff line number Diff line change 1
1
lxml >= 3.4.4
2
+ pyexcel-io >= 0.5.4
Original file line number Diff line number Diff line change 9
9
10
10
NAME = 'pyexcel-xlsxr'
11
11
AUTHOR = 'C.W.'
12
- VERSION = '0.0.1 '
12
+ VERSION = '0.5.0 '
13
13
EMAIL = 'wangc_2011@hotmail.com'
14
14
LICENSE = 'New BSD'
15
15
DESCRIPTION = (
16
16
'Read xlsx file using partial xml' +
17
17
''
18
18
)
19
19
URL = 'https://github.com/pyexcel/pyexcel-xlsxr'
20
- DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
20
+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
21
21
FILES = ['README.rst' , 'CHANGELOG.rst' ]
22
22
KEYWORDS = [
23
23
'python'
39
39
40
40
INSTALL_REQUIRES = [
41
41
'lxml >= 3.4.4' ,
42
+ 'pyexcel-io >= 0.5.4' ,
42
43
]
43
44
44
45
48
49
# You do not need to read beyond this line
49
50
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
50
51
sys .executable )
51
- GS_COMMAND = ('gs pyexcel-xlsxr v0.0.1 ' +
52
- "Find 0.0.1 in changelog for more details" )
52
+ GS_COMMAND = ('gs pyexcel-xlsxr v0.5.0 ' +
53
+ "Find 0.5.0 in changelog for more details" )
53
54
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
54
55
'Please install gease to enable it.' )
55
56
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments