diff --git a/docs/changes.rst b/docs/changes.rst index 4f102e49..c3ba6f46 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,10 +2,21 @@ Changelog ========= +Version 0.19.4 +-------------- + +Released on November 3, 2019. + +- Follow up the libsass upstream: 3.6.3 --- See the release notes of LibSass + 3.6.3__. [:issue:`304` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.6.3 + + Version 0.19.3 -------------- -Released on June 16, 2019. +Released on October 5, 2019. - Follow up the libsass upstream: 3.6.2 --- See the release notes of LibSass 3.6.2__. [:issue:`302` by Anthony Sottile] diff --git a/sass.py b/sass.py index bd4df809..3e6e33e2 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.3' +__version__ = '0.19.4' libsass_version = _sass.libsass_version