Skip to content

Commit 2f482fc

Browse files
committed
quick followup release for problems existed in pyexcel v0.4.x
1 parent 36e8a79 commit 2f482fc

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.rst

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

14+
15+
0.4.2 - 05.07.2017
16+
--------------------------------------------------------------------------------
17+
18+
Updated
19+
********************************************************************************
20+
21+
#. `#37 <https://github.com/pyexcel/pyexcel-io/issues/37>`_, permanently fix
22+
the residue folder pyexcel by release all future releases in a clean clone.
23+
24+
1425
0.4.1 - 29.06.2017
1526
--------------------------------------------------------------------------------
1627

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pyexcel-io - Let you focus on data, instead of file formats
1111
.. image:: https://codecov.io/github/pyexcel/pyexcel-io/coverage.png
1212
:target: https://codecov.io/github/pyexcel/pyexcel-io
1313

14+
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
15+
:target: https://gitter.im/pyexcel/Lobby
16+
1417
.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
1518
:target: http://pyexcel-io.readthedocs.org/en/latest/
1619

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

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

pyexcel_io.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-io"
33
nick_name: io
4-
version: 0.4.1
5-
current_version: 0.4.1
6-
release: 0.4.1
4+
version: 0.4.2
5+
current_version: 0.4.2
6+
release: 0.4.2
77
dependencies:
88
- ordereddict;python_version<"2.7"
99
- lml==0.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NAME = 'pyexcel-io'
1212
AUTHOR = 'C.W.'
13-
VERSION = '0.4.1'
13+
VERSION = '0.4.2'
1414
EMAIL = 'wangc_2011@hotmail.com'
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (

0 commit comments

Comments
 (0)