From c88163a67d2a187e1902db509c0208916aa7a220 Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 10 May 2018 22:57:26 +0100 Subject: [PATCH] :egg: :ferris_wheel: release 0.5.7, fixing https://github.com/pyexcel/pyexcel/issues/135, https://github.com/pyexcel/pyexcel/issues/54 --- .travis.yml | 1 - README.rst | 12 ++++++++---- changelog.yml | 6 ++++++ docs/source/conf.py | 4 ++-- setup.py | 8 ++++---- 5 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3805bcd..440dd77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - 3.6 - 3.5 - 3.4 - - 3.3 - 2.7 matrix: include: diff --git a/README.rst b/README.rst index 3dd263c..d2b5ea5 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ pyexcel-xls - Let you focus on data, instead of xls format .. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png :target: https://www.patreon.com/pyexcel +.. image:: https://api.bountysource.com/badge/team?team_id=288537 + :target: https://salt.bountysource.com/teams/chfw-pyexcel + .. image:: https://travis-ci.org/pyexcel/pyexcel-xls.svg?branch=master :target: http://travis-ci.org/pyexcel/pyexcel-xls @@ -50,11 +53,12 @@ Support the project ================================================================================ If your company has embedded pyexcel and its components into a revenue generating -product, please `support me on patreon `_ to -maintain the project and develop it further. +product, please support me on `patreon `_ +or `bounty source `_ to maintain +the project and develop it further. -If you are an individual, you are welcome to support me too on patreon and for however long -you feel like. As a patreon, you will receive +If you are an individual, you are welcome to support me too and for however long +you feel like. As my backer, you will receive `early access to pyexcel related contents `_. And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`. diff --git a/changelog.yml b/changelog.yml index a58164c..3734e3c 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,6 +1,12 @@ name: pyexcel-xls organisation: pyexcel releases: +- changes: + - action: Added + details: + - "`pyexcel#54`, Book.datemode attribute of that workbook should be passed always." + date: 15.03.2018 + version: 0.5.7 - changes: - action: Added details: diff --git a/docs/source/conf.py b/docs/source/conf.py index 43c7a00..90bf2ea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,8 +19,8 @@ project = u'pyexcel-xls' copyright = u'2015-2018 Onni Software Ltd.' -version = '0.5.6' -release = '0.5.6' +version = '0.5.7' +release = '0.5.7' exclude_patterns = [] pygments_style = 'sphinx' html_theme = 'default' diff --git a/setup.py b/setup.py index f7bd12e..f18938b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ NAME = 'pyexcel-xls' AUTHOR = 'C.W.' -VERSION = '0.5.6' +VERSION = '0.5.7' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = ( @@ -17,7 +17,7 @@ 'reads xlsx and xlsm format' ) URL = 'https://github.com/pyexcel/pyexcel-xls' -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 = [ 'xls', @@ -55,8 +55,8 @@ # 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-xls v0.5.6 ' + - "Find 0.5.6 in changelog for more details") +GS_COMMAND = ('gs pyexcel-xls 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 = (