Skip to content

Commit 98600aa

Browse files
committed
release pyexcel-io 0.4.0
1 parent c2859d1 commit 98600aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.rst

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

14-
0.4.0 - unreleased
14+
0.4.0 - 19.06.2017
1515
--------------------------------------------------------------------------------
1616

1717
Updated
@@ -30,6 +30,7 @@ Removed
3030

3131
#. Removed plugin loading code and lml is used instead
3232

33+
3334
0.3.4 - 18.05.2017
3435
--------------------------------------------------------------------------------
3536

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.3.4'
25+
version = '0.4.0'
2626
release = '0.4.0'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

pyexcel_io.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "pyexcel-io"
33
nick_name: io
44
version: 0.4.0
5-
release: 0.3.4
5+
release: 0.4.0
66
dependencies:
77
- ordereddict;python_version<"2.7"
88
- lml==0.0.1

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mock
21
nose
2+
mock;python_version<"3"
33
codecov
44
coverage
55
flake8

0 commit comments

Comments
 (0)