🥚 🎡 release 0.5.3

This commit is contained in:
chfw 2018-05-23 08:43:43 +01:00
parent 1bf415180b
commit 9839d93a07
6 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -9,6 +9,9 @@ added
#. `#24 <https://github.com/pyexcel/pyexcel-ods/issues/24>`_, ignore
comments(<office:comment>) in cell
#. `#27 <https://github.com/pyexcel/pyexcel-ods/issues/27>`_, exception raised
when currency type is missing
#. fix odfpy version on 1.3.5.
0.5.2 - 23.10.2017
--------------------------------------------------------------------------------

View File

@ -5,6 +5,8 @@ releases:
- action: added
details:
- '`#24`, ignore comments(<office:comment>) in cell'
- '`#27`, exception raised when currency type is missing'
- fix odfpy version on 1.3.5.
date: unreleased
version: 0.5.3
- changes:

View File

@ -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'

View File

@ -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

View File

@ -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 = (