From 1cfb870e6b5b1a269646c3d9c690019af7a51f6b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 27 Aug 2020 15:06:03 -0700 Subject: [PATCH] 0.20.1 --- docs/changes.rst | 9 ++++++++- sass.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 6ffbee42..c8a86969 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,11 +1,18 @@ Changelog ========= +Version 0.20.1 +-------------- + +Released on August 27, 2020. + +- (no changes, re-releasing to test build automation) + Version 0.20.0 -------------- -Released on November 3, 2019. +Released on May 1, 2020. - 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 diff --git a/sass.py b/sass.py index 600d9dd5..49f34a62 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.20.0' +__version__ = '0.20.1' libsass_version = _sass.libsass_version