File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = '0.5.5'
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.5.4 '
30
+ release = '0.5.5 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-ods"
3
3
nick_name : ods
4
4
version : 0.5.5
5
5
current_version : 0.5.5
6
- release : 0.5.4
6
+ release : 0.5.5
7
7
file_type : ods
8
8
dependencies :
9
9
- pyexcel-io>=0.5.10
Original file line number Diff line number Diff line change 32
32
'A wrapper library to read, manipulate and write data in ods format'
33
33
)
34
34
URL = 'https://github.com/pyexcel/pyexcel-ods'
35
- DOWNLOAD_URL = '%s/archive/0.5.4 .tar.gz' % URL
35
+ DOWNLOAD_URL = '%s/archive/0.5.5 .tar.gz' % URL
36
36
FILES = ['README.rst' , 'CHANGELOG.rst' ]
37
37
KEYWORDS = [
38
38
'python' ,
63
63
# You do not need to read beyond this line
64
64
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
65
65
sys .executable )
66
- GS_COMMAND = ('gs pyexcel-ods v0.5.4 ' +
67
- "Find 0.5.4 in changelog for more details" )
66
+ GS_COMMAND = ('gs pyexcel-ods v0.5.5 ' +
67
+ "Find 0.5.5 in changelog for more details" )
68
68
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
69
69
'Please install gease to enable it.' )
70
70
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments