File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configuration:
4
4
- " commons/templates"
5
5
- " setupmobans/templates"
6
6
- " .moban.d"
7
- configuration : pyexcel_xlsx.yaml
7
+ configuration : pyexcel-xlsx.yml
8
8
targets :
9
9
- README.rst : README.rst
10
10
- setup.py : setup.py
Original file line number Diff line number Diff line change 19
19
20
20
project = u'pyexcel-xlsx'
21
21
copyright = u'2015-2018 Onni Software Ltd.'
22
- version = '0.5.5 '
22
+ version = '0.5.6 '
23
23
release = '0.5.6'
24
24
exclude_patterns = []
25
25
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-xlsx"
3
3
nick_name : xlsx
4
4
version : 0.5.6
5
5
current_version : 0.5.6
6
- release : 0.5.5
6
+ release : 0.5.6
7
7
file_type : xlsx
8
8
dependencies :
9
9
- openpyxl>=2.5.0
Original file line number Diff line number Diff line change 15
15
'format'
16
16
)
17
17
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
19
19
FILES = ['README.rst' , 'CHANGELOG.rst' ]
20
20
KEYWORDS = [
21
21
'xlsx'
50
50
# You do not need to read beyond this line
51
51
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
52
52
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" )
55
55
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
56
56
'Please install gease to enable it.' )
57
57
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments