From b1000fecec0b8bd6917365c23ef59a3c77fe7d17 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 5 Jan 2017 12:56:53 -0800 Subject: [PATCH] 0.12.2 --- 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 5aab859e..1509364a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.12.2 +-------------- + +Released on January 5, 2017. + +- Follow up the libsass upstream: 3.4.2 --- See the release notes of Libsass + 3.4.2__. [:issue:`177` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.4.2 + + Version 0.12.1 -------------- diff --git a/sass.py b/sass.py index c2a49467..c42d922d 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.1' +__version__ = '0.12.2' libsass_version = _sass.libsass_version