🥚 🎡 release 0.5.7

This commit is contained in:
chfw 2018-05-02 23:14:29 +01:00
parent 5ec807f08c
commit d2e1e8ad99
6 changed files with 12 additions and 10 deletions

View File

@ -1,15 +1,17 @@
Change log
================================================================================
0.5.7 - unreleased
0.5.7 - 02.05.2018
--------------------------------------------------------------------------------
fixed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#48 <https://github.com/pyexcel/pyexcel-io/issues/48>`_, turn off pep 0515
#. `#47 <https://github.com/pyexcel/pyexcel-io/issues/47>`_, csv reader cannot
handle relative file names
0.5.6 - 11.01.2017
0.5.6 - 11.01.2018
--------------------------------------------------------------------------------
fixed

View File

@ -5,13 +5,14 @@ releases:
- action: fixed
details:
- '`#48`, turn off pep 0515'
date: unreleased
- '`#47`, csv reader cannot handle relative file names'
date: 02.05.2018
version: 0.5.7
- changes:
- action: fixed
details:
- '`#46`, expose `bulk_save` to developer'
date: 11.01.2017
date: 11.01.2018
version: 0.5.6
- changes:
- action: fixed

View File

@ -20,7 +20,7 @@ master_doc = 'index'
project = u'pyexcel-io'
copyright = u'2015-2018 Onni Software Ltd.'
version = '0.5.6'
version = '0.5.7'
release = '0.5.7'
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.7
current_version: 0.5.7
release: 0.5.6
release: 0.5.7
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -17,7 +17,7 @@ DESCRIPTION = (
'format and to/from databases'
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.7.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.6 ' +
"Find 0.5.6 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.7 ' +
"Find 0.5.7 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (