release pyexcel-io 0.4.0

This commit is contained in:
chfw 2017-06-19 10:16:46 +01:00
parent c2859d150c
commit 98600aa805
4 changed files with 5 additions and 4 deletions

View File

@ -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
@ -30,6 +30,7 @@ Removed
#. Removed plugin loading code and lml is used instead
0.3.4 - 18.05.2017
--------------------------------------------------------------------------------

View File

@ -22,7 +22,7 @@ master_doc = 'index'
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'

View File

@ -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

View File

@ -1,5 +1,5 @@
mock
nose
mock;python_version<"3"
codecov
coverage
flake8