File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ Updated
11
11
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19 >`_,
12
12
use cString by default
13
13
14
+ 0.4.1 - 29.06.2017
15
+ --------------------------------------------------------------------------------
16
+
17
+ Updated
18
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
+
20
+ #. `#39 <https://github.com/pyexcel/pyexcel-io/issues/39 >`_, raise exception
21
+ when bulk save in django fails. Please `bulk_save=False ` if you as the
22
+ developer choose to save the records one by one if bulk_save cannot be
23
+ used. However, exception in one-by-one save case will be raised as well.
24
+ This change is made to raise exception in the first place so that you as
25
+ the developer will be suprised when it was deployed in production.
26
+
14
27
0.4.0 - 19.06.2017
15
28
--------------------------------------------------------------------------------
16
29
Original file line number Diff line number Diff line change 22
22
23
23
project = u'pyexcel-io'
24
24
copyright = u'2015-2017 Onni Software Ltd.'
25
- version = '0.4.0 '
25
+ version = '0.4.1 '
26
26
release = '0.4.1'
27
27
exclude_patterns = []
28
28
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-io"
3
3
nick_name : io
4
4
version : 0.4.1
5
5
current_version : 0.4.1
6
- release : 0.4.0
6
+ release : 0.4.1
7
7
dependencies :
8
8
- ordereddict;python_version<"2.7"
9
9
- lml==0.0.1
You can’t perform that action at this time.
0 commit comments