diff --git a/docs/changes.rst b/docs/changes.rst index 3f398de5..5aab859e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.12.1 +-------------- + +Released on December 20, 2016. + +- Follow up the libsass upstream: 3.4.1 --- See the release notes of Libsass + 3.4.1__. [:issue:`175` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.4.1 + + Version 0.12.0 -------------- diff --git a/sass.py b/sass.py index d5a6a9cf..c2a49467 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.12.0' +__version__ = '0.12.1' libsass_version = _sass.libsass_version