Skip to content

Commit 8260950

Browse files
committed
prepare for 0.2 release
1 parent bc61897 commit 8260950

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.2 (xx.xx.20xx)
4+
0.2 (22.05.2014)
55
~~~~~~~~~~~~~~~~
66
* Made compatible with django-compressor 1.4 and Python 3.
77

setup.py

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

88
setup(
99
name='django-libsass',
10-
version='0.1',
10+
version='0.2',
1111
description="A django-compressor filter to compile SASS files using libsass",
1212
author='Matt Westcott',
1313
author_email='[email protected]',
@@ -23,6 +23,7 @@
2323
'Operating System :: OS Independent',
2424
'Programming Language :: Python',
2525
'Programming Language :: Python :: 2.7',
26+
'Programming Language :: Python :: 3',
2627
'Framework :: Django',
2728
],
2829
install_requires=[

0 commit comments

Comments
 (0)