diff --git a/docs/source/conf.py b/docs/source/conf.py index 74af414..8814fe8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/pyexcel-ods.yml b/pyexcel-ods.yml index a70d6d9..50b7958 100644 --- a/pyexcel-ods.yml +++ b/pyexcel-ods.yml @@ -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 diff --git a/setup.py b/setup.py index be7885f..3eefeb7 100644 --- a/setup.py +++ b/setup.py @@ -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 = (