From a3bf8092c79f30cad7523a8a16ef90679cccd3ad Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 2 May 2016 23:02:05 +0100 Subject: [PATCH] Prepare for 0.7 release --- CHANGELOG.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2450f75..f73f47f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -0.7 (xx.xx.xxxx) +0.7 (02.05.2016) ~~~~~~~~~~~~~~~~ * Added LIBSASS_PRECISION setting (Liang-Bo Wang) diff --git a/setup.py b/setup.py index 6e0f2b3..fcb9409 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-libsass', - version='0.6', + version='0.7', description="A django-compressor filter to compile SASS files using libsass", author='Matt Westcott', author_email='matthew.westcott@torchbox.com',