File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " django-excel"
3- version : 0.0.5
4- release : 0.0.4
3+ version : 0.0.6
4+ release : 0.0.5
55webframework : Django
66dependencies :
77 - pyexcel>=0.2.2
Original file line number Diff line number Diff line change 1616
1717project = u'django-excel'
1818copyright = u'2015-2016 Onni Software Ltd.'
19- version = '0.0.4 '
20- release = '0.0.5 '
19+ version = '0.0.5 '
20+ release = '0.0.6 '
2121exclude_patterns = []
2222pygments_style = 'sphinx'
2323import os # noqa
Original file line number Diff line number Diff line change 77
88NAME = 'django-excel'
99AUTHOR = 'C.W.'
10- VERSION = '0.0.5 '
10+ VERSION = '0.0.6 '
1111EMAIL = 'wangc_2011 (at) hotmail.com'
1212LICENSE = 'New BSD'
1313PACKAGES = find_packages (exclude = ['ez_setup' , 'examples' , 'tests' ])
You can’t perform that action at this time.
0 commit comments