From 6e2df5dd806ccafcce890a93d01223b8318329a9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 8 Jun 2017 10:55:47 -0700 Subject: [PATCH] 0.13.1 --- docs/changes.rst | 11 +++++++++++ sass.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index ad9f72e0..ae1dea9c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.13.1 +-------------- + +Released on June 8, 2017. + +- Follow up the libsass upstream: 3.4.5 --- See the release notes of Libsass + 3.4.5__. [:issue:`207` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.4.5 + + Version 0.13.0 -------------- diff --git a/sass.py b/sass.py index 264ca7c2..b3367a92 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.13.0' +__version__ = '0.13.1' libsass_version = _sass.libsass_version