From b18db090672676d7c58fcd52e6ae0eb505993886 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 12 Nov 2022 12:42:14 -0500 Subject: [PATCH] 0.22.0 --- docs/changes.rst | 8 ++++++++ sass.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 47e8ad68..0cc472e9 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.22.0 +-------------- + +Released on November 12, 2022. + +- Remove python 2.x support [:issue:`373` by anthony sottile]. +- Remove deprecated ``sassc`` cli [:issue:`379` by anthony sottile]. + Version 0.21.0 -------------- diff --git a/sass.py b/sass.py index 2a0ff3a1..4e660883 100644 --- a/sass.py +++ b/sass.py @@ -24,7 +24,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.21.0' +__version__ = '0.22.0' libsass_version = _sass.libsass_version