Skip to content

Commit

Permalink
release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jun 29, 2017
1 parent a18b2ac commit 15df840
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Updated
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
use cString by default

0.4.1 - 29.06.2017
--------------------------------------------------------------------------------

Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#. `#39 <https://github.com/pyexcel/pyexcel-io/issues/39>`_, raise exception
when bulk save in django fails. Please `bulk_save=False` if you as the
developer choose to save the records one by one if bulk_save cannot be
used. However, exception in one-by-one save case will be raised as well.
This change is made to raise exception in the first place so that you as
the developer will be suprised when it was deployed in production.

0.4.0 - 19.06.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 @@ -22,7 +22,7 @@

project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.0'
version = '0.4.1'
release = '0.4.1'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.4.1
current_version: 0.4.1
release: 0.4.0
release: 0.4.1
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
Expand Down

0 comments on commit 15df840

Please sign in to comment.