We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc61897 commit 8260950Copy full SHA for 8260950
CHANGELOG.txt
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.2 (xx.xx.20xx)
+0.2 (22.05.2014)
5
~~~~~~~~~~~~~~~~
6
* Made compatible with django-compressor 1.4 and Python 3.
7
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='django-libsass',
10
- version='0.1',
+ version='0.2',
11
description="A django-compressor filter to compile SASS files using libsass",
12
author='Matt Westcott',
13
author_email='[email protected]',
@@ -23,6 +23,7 @@
23
'Operating System :: OS Independent',
24
'Programming Language :: Python',
25
'Programming Language :: Python :: 2.7',
26
+ 'Programming Language :: Python :: 3',
27
'Framework :: Django',
28
],
29
install_requires=[
0 commit comments