Skip to content

Commit

Permalink
🥚 🎡 release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 23, 2018
1 parent 1bf4151 commit 9839d93
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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'
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_ods.yaml → pyexcel-ods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'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'
Expand Down Expand Up @@ -47,8 +47,8 @@
# 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 = (
Expand Down

0 comments on commit 9839d93

Please sign in to comment.