From a3748d81fb0f2e0a3e0118f600b29560e916a6f5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 22 Apr 2016 17:20:38 -0700 Subject: [PATCH] 0.11.1 --- docs/changes.rst | 10 ++++++++++ sass.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 90732512..e6a0bbf2 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,16 @@ Changelog ========= +Version 0.11.1 +-------------- + +Released on April 22, 2016. + +- Follow up the libsass upstream: 3.3.5 --- See the release notes of Libsass + 3.3.5__. [:issue:`148` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.3.5 + Version 0.11.0 -------------- diff --git a/sass.py b/sass.py index b1c61f9b..e9b56040 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.11.0' +__version__ = '0.11.1' libsass_version = _sass.libsass_version