🥚 🎡 release 0.5.6

This commit is contained in:
chfw 2018-01-11 21:12:40 +00:00
parent e2f53127db
commit 8b53c1689b
5 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
Change log
================================================================================
0.5.6 - unreleased
0.5.6 - 11.01.2017
--------------------------------------------------------------------------------
fixed

View File

@ -5,7 +5,7 @@ releases:
- action: fixed
details:
- '`#46`, expose `bulk_save` to developer'
date: unreleased
date: 11.01.2017
version: 0.5.6
- changes:
- action: fixed

View File

@ -20,8 +20,8 @@ master_doc = 'index'
project = u'pyexcel-io'
copyright = u'2015-2018 Onni Software Ltd.'
version = '0.5.5'
release = '0.5.5'
version = '0.5.6'
release = '0.5.6'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'

View File

@ -1,9 +1,9 @@
overrides: "pyexcel.yaml"
name: "pyexcel-io"
nick_name: io
version: 0.5.5
current_version: 0.5.5
release: 0.5.5
version: 0.5.6
current_version: 0.5.6
release: 0.5.6
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -9,7 +9,7 @@ PY26 = PY2 and sys.version_info[1] < 7
NAME = 'pyexcel-io'
AUTHOR = 'C. Wang'
VERSION = '0.5.5'
VERSION = '0.5.6'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
@ -17,7 +17,7 @@ DESCRIPTION = (
'format and to/from databases'
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
@ -62,8 +62,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.5 ' +
"Find 0.5.5 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.6 ' +
"Find 0.5.6 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (