🥚 🎡 release 0.5.5. fix #45. we wish you a Merry Christmas, we wish you a Merry Christmas and happy new yearrrr..! See you guys in 2018.

This commit is contained in:
chfw 2017-12-23 19:16:45 +00:00
parent fb020ff11f
commit a9bbbc4de7
5 changed files with 16 additions and 7 deletions

View File

@ -1,12 +1,22 @@
Change log
================================================================================
0.5.5 - 23.12.2017
--------------------------------------------------------------------------------
Christmas gift
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. Issue `#45 <https://github.com/pyexcel/pyexcel-io/issues/45>`_, csv reader
throws exception because google app engine does not support mmap. People who
are not working with google app engine, need not to take this update. Enjoy
your Christmas break.
0.5.4 - 10.11.2017
--------------------------------------------------------------------------------
updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. PR `#44 <https://github.com/pyexcel/pyexcel-io/issues/44>`_, use unicodewriter
#. PR `#44 <https://github.com/pyexcel/pyexcel-io/pull/44>`_, use unicodewriter
for csvz writers.
0.5.3 - 23.10.2017

View File

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

View File

@ -10,7 +10,6 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License
:Development: |release|
:Released: |version|
:Generated: |today|

View File

@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.5.5
current_version: 0.5.5
release: 0.5.4
release: 0.5.5
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -18,7 +18,7 @@ DESCRIPTION = (
''
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.5.4.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
@ -63,8 +63,8 @@ EXTRAS_REQUIRE = {
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs pyexcel-io v0.5.4 ' +
"Find 0.5.4 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.5 ' +
"Find 0.5.5 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (