Skip to content

Commit 15df840

Browse files
committed
release v0.4.1
1 parent a18b2ac commit 15df840

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Updated
1111
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
1212
use cString by default
1313

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+
1427
0.4.0 - 19.06.2017
1528
--------------------------------------------------------------------------------
1629

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = u'pyexcel-io'
2424
copyright = u'2015-2017 Onni Software Ltd.'
25-
version = '0.4.0'
25+
version = '0.4.1'
2626
release = '0.4.1'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

pyexcel_io.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-io"
33
nick_name: io
44
version: 0.4.1
55
current_version: 0.4.1
6-
release: 0.4.0
6+
release: 0.4.1
77
dependencies:
88
- ordereddict;python_version<"2.7"
99
- lml==0.0.1

0 commit comments

Comments
 (0)