From 0b3e8dc6ba793e948d043b5c0869fb25656aab51 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 16 Jun 2019 11:38:47 -0700 Subject: [PATCH] 0.19.2 --- docs/changes.rst | 12 ++++++++++++ sass.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4f4888e6..fbc4f8f3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,18 @@ Changelog ========= + +Version 0.19.2 +-------------- + +Released on June 16, 2019. + +- Follow up the libsass upstream: 3.6.1 --- See the release notes of LibSass + 3.6.1__. [:issue:`298` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.6.1 + + Version 0.19.1 -------------- diff --git a/sass.py b/sass.py index 424036b0..a5817b51 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.19.1' +__version__ = '0.19.2' libsass_version = _sass.libsass_version