Skip to content

Commit c88163a

Browse files
committed
🥚 🎡 release 0.5.7, fixing pyexcel/pyexcel#135, pyexcel/pyexcel#54
1 parent 94aec7c commit c88163a

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- 3.6
88
- 3.5
99
- 3.4
10-
- 3.3
1110
- 2.7
1211
matrix:
1312
include:

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pyexcel-xls - Let you focus on data, instead of xls format
55
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66
:target: https://www.patreon.com/pyexcel
77

8+
.. image:: https://api.bountysource.com/badge/team?team_id=288537
9+
:target: https://salt.bountysource.com/teams/chfw-pyexcel
10+
811
.. image:: https://travis-ci.org/pyexcel/pyexcel-xls.svg?branch=master
912
:target: http://travis-ci.org/pyexcel/pyexcel-xls
1013

@@ -50,11 +53,12 @@ Support the project
5053
================================================================================
5154

5255
If your company has embedded pyexcel and its components into a revenue generating
53-
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
54-
maintain the project and develop it further.
56+
product, please support me on `patreon <https://www.patreon.com/bePatron?u=5537627>`_
57+
or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel>`_ to maintain
58+
the project and develop it further.
5559

56-
If you are an individual, you are welcome to support me too on patreon and for however long
57-
you feel like. As a patreon, you will receive
60+
If you are an individual, you are welcome to support me too and for however long
61+
you feel like. As my backer, you will receive
5862
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
5963

6064
And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`.

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: pyexcel-xls
22
organisation: pyexcel
33
releases:
4+
- changes:
5+
- action: Added
6+
details:
7+
- "`pyexcel#54`, Book.datemode attribute of that workbook should be passed always."
8+
date: 15.03.2018
9+
version: 0.5.7
410
- changes:
511
- action: Added
612
details:

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
project = u'pyexcel-xls'
2121
copyright = u'2015-2018 Onni Software Ltd.'
22-
version = '0.5.6'
23-
release = '0.5.6'
22+
version = '0.5.7'
23+
release = '0.5.7'
2424
exclude_patterns = []
2525
pygments_style = 'sphinx'
2626
html_theme = 'default'

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
NAME = 'pyexcel-xls'
1111
AUTHOR = 'C.W.'
12-
VERSION = '0.5.6'
12+
VERSION = '0.5.7'
1313
1414
LICENSE = 'New BSD'
1515
DESCRIPTION = (
1616
'A wrapper library to read, manipulate and write data in xls format. It' +
1717
'reads xlsx and xlsm format'
1818
)
1919
URL = 'https://github.com/pyexcel/pyexcel-xls'
20-
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
20+
DOWNLOAD_URL = '%s/archive/0.5.7.tar.gz' % URL
2121
FILES = ['README.rst', 'CHANGELOG.rst']
2222
KEYWORDS = [
2323
'xls',
@@ -55,8 +55,8 @@
5555
# You do not need to read beyond this line
5656
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5757
sys.executable)
58-
GS_COMMAND = ('gs pyexcel-xls v0.5.6 ' +
59-
"Find 0.5.6 in changelog for more details")
58+
GS_COMMAND = ('gs pyexcel-xls v0.5.7 ' +
59+
"Find 0.5.7 in changelog for more details")
6060
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6161
'Please install gease to enable it.')
6262
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)