🥚 🎡 release 0.4.1

This commit is contained in:
chfw 2017-08-25 06:57:19 +01:00
parent 5e54845d60
commit b64838dbcf
4 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,15 @@
Change log
================================================================================
0.4.1 - 25.08.2017
--------------------------------------------------------------------------------
Updated
********************************************************************************
#. `#23 <https://github.com/pyexcel/pyexcel-ods/issues/23>`_, handle unseekable
stream given by http response
0.4.0 - 19.06.2017
--------------------------------------------------------------------------------

View File

@ -20,7 +20,7 @@ master_doc = 'index'
project = u'pyexcel-ods'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.0'
version = '0.4.1'
release = '0.4.1'
exclude_patterns = []
pygments_style = 'sphinx'

View File

@ -3,7 +3,7 @@ name: "pyexcel-ods"
nick_name: ods
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

View File

@ -15,8 +15,8 @@ DESCRIPTION = (
''
)
URL = 'https://github.com/pyexcel/pyexcel-ods'
DOWNLOAD_URL = '%s/archive/0.4.0.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
DOWNLOAD_URL = '%s/archive/0.4.1.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
]