File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.3 (xx.xx.20xx )
4+ 0.3 (27.04.2015 )
55~~~~~~~~~~~~~~~~
66 * Enabled source comments when DEBUG is True; can be overridden with the LIBSASS_SOURCE_COMMENTS setting
77 * Added LIBSASS_OUTPUT_STYLE setting
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'django-libsass' ,
10- version = '0.2 ' ,
10+ version = '0.3 ' ,
1111 description = "A django-compressor filter to compile SASS files using libsass" ,
1212 author = 'Matt Westcott' ,
13131616 license = 'BSD' ,
1717 long_description = open ('README.rst' ).read (),
1818 classifiers = [
19- 'Development Status :: 4 - Beta ' ,
19+ 'Development Status :: 5 - Production/Stable ' ,
2020 'Environment :: Web Environment' ,
2121 'Intended Audience :: Developers' ,
2222 'License :: OSI Approved :: BSD License' ,
You can’t perform that action at this time.
0 commit comments