Skip to content

Commit 4ac31cb

Browse files
committed
🥚 🎡 release 0.0.10
1 parent 696ef57 commit 4ac31cb

10 files changed

+47
-35
lines changed

.moban.d/verified_frameworks.rst.jj2

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Tested Django Versions
1818

1919
.. image:: https://img.shields.io/badge/django-1.6.11-green.svg
2020
:target: http://travis-ci.org/pyexcel/django-excel
21+
22+
Test on django 2.0.1 fails.

.moban.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ targets:
1414
- MANIFEST.in: MANIFEST.in
1515
- "docs/source/index.rst": "docs/source/index.rst.jj2"
1616
- "tests/requirements.txt": "tests/requirements.txt"
17+
- output: CHANGELOG.rst
18+
configuration: changelog.yml
19+
template: CHANGELOG.rst.jj2

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- DJANGO_VERSION=1.9.13
1010
- DJANGO_VERSION=1.10.7
1111
- DJANGO_VERSION=1.11.2
12-
- DJANGO_VERSION=2.0.1
1312
python:
1413
- 2.6
1514
- 2.7
@@ -29,10 +28,6 @@ matrix:
2928
env: DJANGO_VERSION=1.10.7
3029
- python: 2.6
3130
env: DJANGO_VERSION=1.11.2
32-
- python: 2.6
33-
env: DJANGO_VERSION=2.0.1
34-
- python: 2.7
35-
env: DJANGO_VERSION=2.0.1
3631
- python: 3.3
3732
env: DJANGO_VERSION=1.11.2
3833
- python: 3.4

CHANGELOG.rst

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,57 @@
11
Change log
22
================================================================================
33

4+
0.0.10 - 11.01.2018
5+
--------------------------------------------------------------------------------
6+
7+
Added
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `pyexcel-io#46 <https://github.com/webwares/pyexcel-io/issues/46>`_, expose
11+
`bulk_save` to django developers
12+
413
0.0.9 - 12.07.2017
514
--------------------------------------------------------------------------------
615

716
Added
8-
********************************************************************************
17+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
918

1019
#. bring isave_to_database and isave_book_to_database
1120

1221
0.0.8 - 07.07.2017
1322
--------------------------------------------------------------------------------
1423

1524
Added
16-
********************************************************************************
25+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1726

18-
#. `issue 39 <https://github.com/pyexcel/django-excel/issues/39>`_, explicitly
27+
#. `pyexcel#39 <https://github.com/webwares/pyexcel/issues/39>`_, explicitly
1928
seeking at 0
2029

2130
0.0.7 - 29.06.2017
2231
--------------------------------------------------------------------------------
2332

2433
Added
25-
********************************************************************************
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2635

27-
#. `issue 38 <https://github.com/pyexcel/django-excel/issues/38>`_, Support
36+
#. `pyexcel#38 <https://github.com/webwares/pyexcel/issues/38>`_, Support
2837
unicode code as download file name
2938

3039
0.0.6 - 12.22.2016
3140
--------------------------------------------------------------------------------
3241

3342
Updated
34-
********************************************************************************
43+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3544

36-
#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26>`_, raise
37-
ioerror if content is empty.
45+
#. `pyexcel#26 <https://github.com/webwares/pyexcel/issues/26>`_, raise ioerror
46+
if content is empty.
3847
#. Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its
3948
plugins.
4049

41-
4250
0.0.5 - 26.08.2016
4351
--------------------------------------------------------------------------------
4452

4553
Added:
46-
********************************************************************************
54+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4755

4856
#. Support for django 1.6.x
4957
#. Tested against django 1.10

README.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ django-excel - Let you focus on data, instead of file formats
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.travis-ci.org/pyexcel-webwares/django-excel.svg?branch=master
8+
.. image:: https://travis-ci.org/pyexcel-webwares/django-excel.svg?branch=master
99
:target: http://travis-ci.org/pyexcel-webwares/django-excel
1010

1111
.. image:: https://codecov.io/gh/pyexcel-webwares/django-excel/branch/master/graph/badge.svg
@@ -28,6 +28,8 @@ If you are an individual, you are welcome to support me too on patreon and for h
2828
you feel like. As a patreon, you will receive
2929
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
3030

31+
And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`.
32+
3133
With your financial support, I will be able to invest
3234
a little bit more time in coding, documentation and writing interesting posts.
3335

@@ -202,6 +204,8 @@ Tested Django Versions
202204
.. image:: https://img.shields.io/badge/django-1.6.11-green.svg
203205
:target: http://travis-ci.org/pyexcel/django-excel
204206

207+
Test on django 2.0.1 fails.
208+
205209
Installation
206210
================================================================================
207211

django_excel.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
overrides: "pyexcel.yaml"
22
name: "django-excel"
33
organisation: pyexcel-webwares
4-
version: 0.0.9
5-
current_version: 0.0.9
6-
release: 0.0.9
4+
version: 0.0.10
5+
current_version: 0.0.10
6+
release: 0.0.10
77
webframework: Django
88
dependencies:
9+
- pyexcel>=0.5.7
910
- pyexcel-webio>=0.1.2
1011
- Django>=1.6.1
1112
extra_dependencies:

docs/source/conf.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@
1212
'sphinxcontrib.spelling',
1313
'sphinxcontrib.excel'
1414
]
15-
1615
intersphinx_mapping = {
1716
'pyexcel': ('http://pyexcel.readthedocs.io/en/latest/', None),
1817
}
19-
spelling_word_list_filename = 'spelling_wordlist.txt'
2018
templates_path = ['_templates']
2119
source_suffix = '.rst'
2220
master_doc = 'index'
2321

2422
project = u'django-excel'
25-
copyright = u'2015-2017 Onni Software Ltd.'
26-
version = '0.0.9'
27-
release = '0.0.9'
23+
copyright = u'2015-2018 Onni Software Ltd.'
24+
version = '0.0.10'
25+
release = '0.0.10'
2826
exclude_patterns = []
2927
pygments_style = 'sphinx'
3028
import os # noqa

docs/source/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`django-excel` - Let you focus on data, instead of file formats
77
================================================================================
88

9-
:Author: C.W.
9+
:Author: C. Wang
1010
:Source code: http://github.com/pyexcel-webwares/django-excel.git
1111
:Issues: http://github.com/pyexcel-webwares/django-excel/issues
1212
:License: New BSD License
@@ -213,6 +213,8 @@ If you are an individual, you are welcome to support me too on patreon and for h
213213
you feel like. As a patreon, you will receive
214214
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
215215

216+
And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`.
217+
216218
With your financial support, I will be able to invest
217219
a little bit more time in coding, documentation and writing interesting posts.
218220

@@ -731,5 +733,3 @@ Response methods
731733
:param models: a list of Django models
732734
:param file_type: same as :meth:`~django_excel.make_response`
733735
:param status: same as :meth:`~django_excel.make_response`
734-
735-

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
pyexcel>=0.5.7
12
pyexcel-webio>=0.1.2
23
Django>=1.6.1

setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@
88
PY26 = PY2 and sys.version_info[1] < 7
99

1010
NAME = 'django-excel'
11-
AUTHOR = 'C.W.'
12-
VERSION = '0.0.9'
11+
AUTHOR = 'C. Wang'
12+
VERSION = '0.0.10'
1313
1414
LICENSE = 'New BSD'
1515
DESCRIPTION = (
16-
'A django middleware that provides one application programming interfac' +
17-
'e to read and write data in different excel file formats' +
18-
''
16+
'A django middleware that provides one application programming' +
17+
'interface to read and write data in different excel file formats'
1918
)
2019
URL = 'https://github.com/pyexcel-webwares/django-excel'
21-
DOWNLOAD_URL = '%s/archive/0.0.9.tar.gz' % URL
20+
DOWNLOAD_URL = '%s/archive/0.0.10.tar.gz' % URL
2221
FILES = ['README.rst', 'CHANGELOG.rst']
2322
KEYWORDS = [
2423
'API',
@@ -55,6 +54,7 @@
5554
]
5655

5756
INSTALL_REQUIRES = [
57+
'pyexcel>=0.5.7',
5858
'pyexcel-webio>=0.1.2',
5959
'Django>=1.6.1',
6060
]
@@ -69,8 +69,8 @@
6969
# You do not need to read beyond this line
7070
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
7171
sys.executable)
72-
GS_COMMAND = ('gs django-excel v0.0.9 ' +
73-
"Find 0.0.9 in changelog for more details")
72+
GS_COMMAND = ('gs django-excel v0.0.10 ' +
73+
"Find 0.0.10 in changelog for more details")
7474
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
7575
'Please install gease to enable it.')
7676
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)