diff --git a/docs/changes.rst b/docs/changes.rst index fbc4f8f3..4f102e49 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.19.3 +-------------- + +Released on June 16, 2019. + +- Follow up the libsass upstream: 3.6.2 --- See the release notes of LibSass + 3.6.2__. [:issue:`302` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.6.2 + + Version 0.19.2 -------------- diff --git a/sass.py b/sass.py index 51e63c47..bd4df809 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.2' +__version__ = '0.19.3' libsass_version = _sass.libsass_version