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 0b2f426 commit 076885fCopy full SHA for 076885f
CHANGELOG.txt
@@ -1,10 +1,10 @@
1
Changelog
2
=========
3
4
-0.9 (03.07.2021)
+0.9 (08.07.2021)
5
~~~~~~~~~~~~~~~~
6
- * Added django3.1 amd 3.2 support.
7
- * Added tox and enable github actions for different django and python versions.
+ * Added Django 3.1 and 3.2 support (Awais Qureshi)
+ * Added tox and enable Github actions for testing across different Django and Python versions (Awais Qureshi)
8
9
0.8 (06.01.2020)
10
setup.py
@@ -7,7 +7,7 @@
setup(
name='django-libsass',
- version='0.8',
+ version='0.9',
11
description="A django-compressor filter to compile SASS files using libsass",
12
author='Matt Westcott',
13
author_email='[email protected]',
0 commit comments