chfw 2018-05-10 22:57:26 +01:00
parent 94aec7c9bb
commit c88163a67d
5 changed files with 20 additions and 11 deletions

View File

@ -7,7 +7,6 @@ python:
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
matrix:
include:

View File

@ -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 <https://www.patreon.com/bePatron?u=5537627>`_ to
maintain the project and develop it further.
product, please support me on `patreon <https://www.patreon.com/bePatron?u=5537627>`_
or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel>`_ 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 <https://www.patreon.com/pyexcel/posts>`_.
And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`.

View File

@ -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:

View File

@ -19,8 +19,8 @@ master_doc = 'index'
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'

View File

@ -9,7 +9,7 @@ PY26 = PY2 and sys.version_info[1] < 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 @@ DESCRIPTION = (
'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 @@ 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-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 = (