Skip to content

Commit

Permalink
quick followup release for problems existed in pyexcel v0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 5, 2017
1 parent 36e8a79 commit 2f482fc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Updated
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
use cString by default


0.4.2 - 05.07.2017
--------------------------------------------------------------------------------

Updated
********************************************************************************

#. `#37 <https://github.com/pyexcel/pyexcel-io/issues/37>`_, permanently fix
the residue folder pyexcel by release all future releases in a clean clone.


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

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pyexcel-io - Let you focus on data, instead of file formats
.. image:: https://codecov.io/github/pyexcel/pyexcel-io/coverage.png
:target: https://codecov.io/github/pyexcel/pyexcel-io

.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
:target: https://gitter.im/pyexcel/Lobby

.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
:target: http://pyexcel-io.readthedocs.org/en/latest/

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

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

NAME = 'pyexcel-io'
AUTHOR = 'C.W.'
VERSION = '0.4.1'
VERSION = '0.4.2'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
Expand Down

0 comments on commit 2f482fc

Please sign in to comment.