diff --git a/docs/changes.rst b/docs/changes.rst index e9e6714b..15c9fb70 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.19.0 +-------------- + +Released on May 18, 2019. + +- Follow up the libsass upstream: 3.6.0 --- See the release notes of LibSass + 3.6.0__. [:issue:`295` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.6.0 + + Version 0.18.0 -------------- diff --git a/sass.py b/sass.py index 24fdc350..9b2301b6 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.18.0' +__version__ = '0.19.0' libsass_version = _sass.libsass_version