diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b92b12..d21c354 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Change log ================================================================================ +0.4.1 - 17.08.2017 +-------------------------------------------------------------------------------- + +Updated +-------------------------------------------------------------------------------- + +#. update dependency to use pyexcel-ezodf v0.3.3 as ezodf 0.3.2 has + `the bug `_, cannot + handle file alike objects and has not been updated for 2 years. + + 0.4.0 - 19.06.2017 -------------------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 206cd32..961252e 100644 --- a/README.rst +++ b/README.rst @@ -351,7 +351,7 @@ How to update test environment and update documentation Additional steps are required: #. pip install moban -#. git clone https://github.com/pyexcel/setupmobans.git # generic setup +#. git clone https://github.com/moremoban/setupmobans.git # generic setup #. git clone https://github.com/pyexcel/pyexcel-commons.git commons #. make your changes in `.moban.d` directory, then issue command `moban` diff --git a/docs/source/conf.py b/docs/source/conf.py index 41d4a1c..0c36011 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ project = u'pyexcel-ods3' copyright = u'2015-2017 Onni Software Ltd.' -version = '0.4.0' +version = '0.4.1' release = '0.4.1' exclude_patterns = [] pygments_style = 'sphinx' diff --git a/pyexcel_ods3.yaml b/pyexcel_ods3.yaml index 0019e98..5578a11 100644 --- a/pyexcel_ods3.yaml +++ b/pyexcel_ods3.yaml @@ -3,7 +3,7 @@ name: "pyexcel-ods3" nick_name: ods3 version: 0.4.1 current_version: 0.4.1 -release: 0.4.0 +release: 0.4.1 file_type: ods dependencies: - pyexcel-io>=0.4.0 diff --git a/setup.py b/setup.py index a7aa59b..2aec583 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ '' ) URL = 'https://github.com/pyexcel/pyexcel-ods3' -DOWNLOAD_URL = '%s/archive/0.4.0.tar.gz' % URL +DOWNLOAD_URL = '%s/archive/0.4.1.tar.gz' % URL FILES = ['README.rst', 'CHANGELOG.rst'] KEYWORDS = [ 'ods'