Skip to content

Commit 5f73dc3

Browse files
committed
update dependency and change log
1 parent 6255feb commit 5f73dc3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Change log
22
================================================================================
33

4-
0.0.6 - unreleased
4+
0.0.6 - 12.22.2016
55
--------------------------------------------------------------------------------
66

77
Updated
88
********************************************************************************
99

1010
#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26>`_, raise
1111
ioerror if content is empty.
12-
#. Adapt pyexcel-io v0.3.0
12+
#. Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its
13+
plugins.
1314

1415

1516
0.0.5 - 26.08.2016

django_excel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version: 0.0.6
44
release: 0.0.5
55
webframework: Django
66
dependencies:
7-
- pyexcel>=0.2.2
87
- pyexcel-webio>=0.0.9
98
- Django>=1.6.1
109
extra_dependencies:
@@ -15,4 +14,4 @@ extra_dependencies:
1514
- ods:
1615
- pyexcel-ods3>=0.1.0
1716
description: |
18-
A django middleware that provides one application programming interface to read and write data in different excel file formats
17+
A django middleware that provides one application programming interface to read and write data in different excel file formats

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
pyexcel>=0.2.2
21
pyexcel-webio>=0.0.9
32
Django>=1.6.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (
1717
'A django middleware that provides one application programming interfac' +
18-
'e to read and write data in different excel file formats' +
18+
'e to read and write data in different excel file formats
19+
' +
1920
''
2021
)
2122
KEYWORDS = [
@@ -49,7 +50,6 @@
4950
]
5051

5152
INSTALL_REQUIRES = [
52-
'pyexcel>=0.2.2',
5353
'pyexcel-webio>=0.0.9',
5454
'Django>=1.6.1',
5555
]

0 commit comments

Comments
 (0)