Skip to content

Commit

Permalink
release 0.4.1 🥚 🎡
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 17, 2017
1 parent 0d81c01 commit 6a73b88
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/pyexcel/pyexcel-ezodf/issues/1>`_, cannot
handle file alike objects and has not been updated for 2 years.


0.4.0 - 19.06.2017
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_ods3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6a73b88

Please sign in to comment.