From 64cce148a5deb95b83163193deeedcc163bfc427 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 13 Nov 2018 12:33:54 -0800 Subject: [PATCH] 0.16.0 --- docs/changes.rst | 15 +++++++++++++++ sass.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8fca3353..ba644ba1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,21 @@ Changelog ========= +Version 0.16.0 +-------------- + +Released on November 13, 2018. + +- Use ``-lc++`` link flag when compiling with ``clang`` [:issue:`270` by + Christian Thieme :issue:`271` by Anthony Sottile] +- Honor ``strip_extension`` in ``SassMiddleware`` [:issue:`274` by Anthony + Sottile] +- Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass + 3.5.5__. [:issue:`275` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.5.5 + + Version 0.15.1 -------------- diff --git a/sass.py b/sass.py index 5cb523e9..91a66214 100644 --- a/sass.py +++ b/sass.py @@ -32,7 +32,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.15.1' +__version__ = '0.16.0' libsass_version = _sass.libsass_version