Skip to content

Commit c43611d

Browse files
committed
🥚 🎡 release 0.5.3
1 parent 81ca042 commit c43611d

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change log
22
================================================================================
33

4+
0.5.3 - 27.11.2018
5+
--------------------------------------------------------------------------------
6+
7+
added
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `#57 <https://github.com/pyexcel/pyexcel-io/issues/57>`_, long type will not
11+
be written in ods. please use string type. And if the integer is equal or
12+
greater than 10 to the power of 16, it will not be written either in ods. In
13+
both situation, IntegerPrecisionLossError will be raised.
14+
15+
416
0.5.2 - 23.10.2017
517
--------------------------------------------------------------------------------
618

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = u'C.W.'
2929

3030
# The short X.Y version
31-
version = u'0.5.2'
31+
version = u'0.5.3'
3232
# The full version, including alpha/beta/rc tags
3333
release = u'0.5.3'
3434

pyexcel-ods3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-ods3"
33
nick_name: ods3
44
version: 0.5.3
55
current_version: 0.5.3
6-
release: 0.5.2
6+
release: 0.5.3
77
file_type: ods
88
dependencies:
99
- pyexcel-io>=0.5.10

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'A wrapper library to read, manipulate and write data in ods format'
2121
)
2222
URL = 'https://github.com/pyexcel/pyexcel-ods3'
23-
DOWNLOAD_URL = '%s/archive/0.5.2.tar.gz' % URL
23+
DOWNLOAD_URL = '%s/archive/0.5.3.tar.gz' % URL
2424
FILES = ['README.rst', 'CHANGELOG.rst']
2525
KEYWORDS = [
2626
'python',
@@ -55,8 +55,8 @@
5555
# You do not need to read beyond this line
5656
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5757
sys.executable)
58-
GS_COMMAND = ('gs pyexcel-ods3 v0.5.2 ' +
59-
"Find 0.5.2 in changelog for more details")
58+
GS_COMMAND = ('gs pyexcel-ods3 v0.5.3 ' +
59+
"Find 0.5.3 in changelog for more details")
6060
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6161
'Please install gease to enable it.')
6262
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)