File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
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
+
4
16
0.5.2 - 23.10.2017
5
17
--------------------------------------------------------------------------------
6
18
Original file line number Diff line number Diff line change 28
28
author = u'C.W.'
29
29
30
30
# The short X.Y version
31
- version = u'0.5.2 '
31
+ version = u'0.5.3 '
32
32
# The full version, including alpha/beta/rc tags
33
33
release = u'0.5.3'
34
34
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-ods3"
3
3
nick_name : ods3
4
4
version : 0.5.3
5
5
current_version : 0.5.3
6
- release : 0.5.2
6
+ release : 0.5.3
7
7
file_type : ods
8
8
dependencies :
9
9
- pyexcel-io>=0.5.10
Original file line number Diff line number Diff line change 20
20
'A wrapper library to read, manipulate and write data in ods format'
21
21
)
22
22
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
24
24
FILES = ['README.rst' , 'CHANGELOG.rst' ]
25
25
KEYWORDS = [
26
26
'python' ,
55
55
# You do not need to read beyond this line
56
56
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
57
57
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" )
60
60
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
61
61
'Please install gease to enable it.' )
62
62
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments