File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '0.0.3 '
48
+ version = '0.0.4 '
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '0.0.3 '
50
+ release = '0.0.4 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " django-excel"
3
- version : 0.0.3
3
+ version : 0.0.4
4
4
webframework : Django
5
5
dependencies :
6
6
- pyexcel>=0.2.0
7
- - pyexcel-webio>=0.0.5
7
+ - pyexcel-webio>=0.0.6
8
8
- Django>=1.7.1
9
9
extra_dependencies :
10
10
- xls :
Original file line number Diff line number Diff line change 1
1
pyexcel >= 0.2.0
2
- pyexcel-webio >= 0.0.5
2
+ pyexcel-webio >= 0.0.6
3
3
Django >= 1.7.1
Original file line number Diff line number Diff line change 10
10
11
11
dependencies = [
12
12
'pyexcel>=0.2.0' ,
13
- 'pyexcel-webio>=0.0.5 ' ,
13
+ 'pyexcel-webio>=0.0.6 ' ,
14
14
'Django>=1.7.1' ,
15
15
]
16
16
24
24
setup (
25
25
name = 'django-excel' ,
26
26
author = 'C. W.' ,
27
- version = '0.0.3 ' ,
27
+ version = '0.0.4 ' ,
28
28
author_email = 'wangc_2011 (at) hotmail.com' ,
29
29
url = 'https://github.com/pyexcel/django-excel' ,
30
30
description = 'A django middleware that provides one application programming interface to read and write data in different excel file formats' ,
You can’t perform that action at this time.
0 commit comments