File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '0.0.3 '
48+ version = '0.0.4 '
4949# The full version, including alpha/beta/rc tags.
50- release = '0.0.3 '
50+ release = '0.0.4 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " django-excel"
3- version : 0.0.3
3+ version : 0.0.4
44webframework : Django
55dependencies :
66 - pyexcel>=0.2.0
7- - pyexcel-webio>=0.0.5
7+ - pyexcel-webio>=0.0.6
88 - Django>=1.7.1
99extra_dependencies :
1010 - xls :
Original file line number Diff line number Diff line change 11pyexcel >= 0.2.0
2- pyexcel-webio >= 0.0.5
2+ pyexcel-webio >= 0.0.6
33Django >= 1.7.1
Original file line number Diff line number Diff line change 1010
1111dependencies = [
1212 'pyexcel>=0.2.0' ,
13- 'pyexcel-webio>=0.0.5 ' ,
13+ 'pyexcel-webio>=0.0.6 ' ,
1414 'Django>=1.7.1' ,
1515]
1616
2424setup (
2525 name = 'django-excel' ,
2626 author = 'C. W.' ,
27- version = '0.0.3 ' ,
27+ version = '0.0.4 ' ,
2828 author_email = 'wangc_2011 (at) hotmail.com' ,
2929 url = 'https://github.com/pyexcel/django-excel' ,
3030 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