diff --git a/docs/changes.rst b/docs/changes.rst index 23b81ac5..ea3f6656 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.14.2 +-------------- + +Released on March 16, 2018. + +- Follow up the libsass upstream: 3.5.2 --- See the release notes of LibSass + 3.5.2__. [:issue:`243` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.5.2 + + Version 0.14.1 -------------- diff --git a/sass.py b/sass.py index d9239f28..69453025 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.1' +__version__ = '0.14.2' libsass_version = _sass.libsass_version