From c219625f35968173f1a7d88660f77c6ffb42846f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 25 Apr 2018 08:58:23 -0700 Subject: [PATCH] 0.14.5 --- docs/changes.rst | 11 +++++++++++ sass.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 0f39d81b..da393310 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.14.5 +-------------- + +Released on April 25, 2018. + +- Follow up the libsass upstream: 3.5.4 --- See the release notes of LibSass + 3.5.4__. [:issue:`247` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.5.4 + + Version 0.14.4 -------------- diff --git a/sass.py b/sass.py index 095a3821..6885c314 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.14.4' +__version__ = '0.14.5' libsass_version = _sass.libsass_version