Skip to content

Commit e469426

Browse files
committed
update dependency and change log
1 parent 8a86c24 commit e469426

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.rst

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

4-
0.0.8 - 28.10.2016
4+
0.0.9 - 12.22.2016
55
--------------------------------------------------------------------------------
66

77
Updated
88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99

1010
#. Flask-Excel `issue 19 <https://github.com/pyexcel/Flask-Excel/issues/19>`_:
1111
sheet_name parameter to control sheet name
12+
#. use pyexcel v0.4.0
1213

1314
0.0.8 - 28.10.2016
1415
--------------------------------------------------------------------------------

pyexcel_webio.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ nick_name: webio
44
version: 0.0.9
55
release: 0.0.8
66
dependencies:
7-
- pyexcel>=0.3.4
8-
description: |
9-
A generic request and response interface for pyexcel web extensions.
7+
- pyexcel>=0.4.0
8+
description:
9+
A generic request and response interface for pyexcel web extensions.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyexcel>=0.3.4
1+
pyexcel>=0.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444

4545
INSTALL_REQUIRES = [
46-
'pyexcel>=0.3.4',
46+
'pyexcel>=0.4.0',
4747
]
4848

4949

0 commit comments

Comments
 (0)