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 Nov 27, 2018
1 parent 81ca042 commit c43611d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change log
================================================================================

0.5.3 - 27.11.2018
--------------------------------------------------------------------------------

added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. `#57 <https://github.com/pyexcel/pyexcel-io/issues/57>`_, long type will not
be written in ods. please use string type. And if the integer is equal or
greater than 10 to the power of 16, it will not be written either in ods. In
both situation, IntegerPrecisionLossError will be raised.


0.5.2 - 23.10.2017
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = u'C.W.'

# The short X.Y version
version = u'0.5.2'
version = u'0.5.3'
# The full version, including alpha/beta/rc tags
release = u'0.5.3'

Expand Down
2 changes: 1 addition & 1 deletion pyexcel-ods3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pyexcel-ods3"
nick_name: ods3
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.10
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'A wrapper library to read, manipulate and write data in ods format'
)
URL = 'https://github.com/pyexcel/pyexcel-ods3'
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 @@ -55,8 +55,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-ods3 v0.5.2 ' +
"Find 0.5.2 in changelog for more details")
GS_COMMAND = ('gs pyexcel-ods3 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 c43611d

Please sign in to comment.