Skip to content

Commit

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

0.4.0 - unreleased
0.4.0 - 19.06.2017
--------------------------------------------------------------------------------

Updated
Expand All @@ -30,6 +30,7 @@ Removed

#. Removed plugin loading code and lml is used instead


0.3.4 - 18.05.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.3.4'
version = '0.4.0'
release = '0.4.0'
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 @@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
name: "pyexcel-io"
nick_name: io
version: 0.4.0
release: 0.3.4
release: 0.4.0
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mock
nose
mock;python_version<"3"
codecov
coverage
flake8
Expand Down

0 comments on commit 98600aa

Please sign in to comment.