🥚 🎡 release 0.5.5

This commit is contained in:
chfw 2019-03-16 14:14:55 +00:00
parent 55b85cbc32
commit 1827796f19
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ author = 'Onni Software Ltd.'
# The short X.Y version
version = '0.5.5'
# The full version, including alpha/beta/rc tags
release = '0.5.4'
release = '0.5.5'
# -- General configuration ---------------------------------------------------

View File

@ -3,7 +3,7 @@ name: "pyexcel-ods"
nick_name: ods
version: 0.5.5
current_version: 0.5.5
release: 0.5.4
release: 0.5.5
file_type: ods
dependencies:
- pyexcel-io>=0.5.10

View File

@ -32,7 +32,7 @@ DESCRIPTION = (
'A wrapper library to read, manipulate and write data in ods format'
)
URL = 'https://github.com/pyexcel/pyexcel-ods'
DOWNLOAD_URL = '%s/archive/0.5.4.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python',
@ -63,8 +63,8 @@ EXTRAS_REQUIRE = {
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs pyexcel-ods v0.5.4 ' +
"Find 0.5.4 in changelog for more details")
GS_COMMAND = ('gs pyexcel-ods v0.5.5 ' +
"Find 0.5.5 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (