From 9839d93a07d8347488a12b898c6f49b2a8f8d7f3 Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 23 May 2018 08:43:43 +0100 Subject: [PATCH] :egg: :ferris_wheel: release 0.5.3 --- .moban.yml | 2 +- CHANGELOG.rst | 3 +++ changelog.yml | 2 ++ docs/source/conf.py | 2 +- pyexcel_ods.yaml => pyexcel-ods.yml | 2 +- setup.py | 6 +++--- 6 files changed, 11 insertions(+), 6 deletions(-) rename pyexcel_ods.yaml => pyexcel-ods.yml (94%) diff --git a/.moban.yml b/.moban.yml index 4834354..7fa7f64 100644 --- a/.moban.yml +++ b/.moban.yml @@ -4,7 +4,7 @@ configuration: - "commons/templates" - "setupmobans/templates" - ".moban.d" - configuration: pyexcel_ods.yaml + configuration: pyexcel-ods.yml targets: - README.rst: README.rst - setup.py: setup.py diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74e06f1..835ec48 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ added #. `#24 `_, ignore comments() in cell +#. `#27 `_, exception raised + when currency type is missing +#. fix odfpy version on 1.3.5. 0.5.2 - 23.10.2017 -------------------------------------------------------------------------------- diff --git a/changelog.yml b/changelog.yml index 82b2de1..d8a8f1c 100644 --- a/changelog.yml +++ b/changelog.yml @@ -5,6 +5,8 @@ releases: - action: added details: - '`#24`, ignore comments() in cell' + - '`#27`, exception raised when currency type is missing' + - fix odfpy version on 1.3.5. date: unreleased version: 0.5.3 - changes: diff --git a/docs/source/conf.py b/docs/source/conf.py index 4a12bc8..724852b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ master_doc = 'index' project = u'pyexcel-ods' copyright = u'2015-2018 Onni Software Ltd.' -version = '0.5.2' +version = '0.5.3' release = '0.5.3' exclude_patterns = [] pygments_style = 'sphinx' diff --git a/pyexcel_ods.yaml b/pyexcel-ods.yml similarity index 94% rename from pyexcel_ods.yaml rename to pyexcel-ods.yml index 2993b38..e7bc035 100644 --- a/pyexcel_ods.yaml +++ b/pyexcel-ods.yml @@ -3,7 +3,7 @@ name: "pyexcel-ods" nick_name: ods version: 0.5.3 current_version: 0.5.3 -release: 0.5.2 +release: 0.5.3 file_type: ods dependencies: - pyexcel-io>=0.5.3 diff --git a/setup.py b/setup.py index 78bbbc9..4e54963 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,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.2.tar.gz' % URL +DOWNLOAD_URL = '%s/archive/0.5.3.tar.gz' % URL FILES = ['README.rst', 'CHANGELOG.rst'] KEYWORDS = [ 'python' @@ -47,8 +47,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.2 ' + - "Find 0.5.2 in changelog for more details") +GS_COMMAND = ('gs pyexcel-ods v0.5.3 ' + + "Find 0.5.3 in changelog for more details") NO_GS_MESSAGE = ('Automatic github release is disabled. ' + 'Please install gease to enable it.') UPLOAD_FAILED_MSG = (