Skip to content

Commit 73cd05c

Browse files
committed
prepare for 0.3 release
1 parent dae35e3 commit 73cd05c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
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',
1313
author_email='[email protected]',
@@ -16,7 +16,7 @@
1616
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',

0 commit comments

Comments
 (0)