From c4ed3248975ec750e87551309ca40eab6aa5689a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 1 May 2020 08:54:17 -0700 Subject: [PATCH] 0.20.0 --- 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 c3ba6f46..6ffbee42 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,18 @@ Changelog ========= +Version 0.20.0 +-------------- + +Released on November 3, 2019. + +- Produce abi3 wheels on macos / linux [:issue:`307` by Anthony Sottile] +- Follow up the libsass upstream: 3.6.4 --- See the release notes of LibSass + 3.6.4__. [:issue:`313` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.6.4 + + Version 0.19.4 -------------- diff --git a/sass.py b/sass.py index 3e6e33e2..600d9dd5 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.4' +__version__ = '0.20.0' libsass_version = _sass.libsass_version