From 2672c371e256d944a54594364c894394afa1f381 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 18 May 2019 14:46:13 -0700 Subject: [PATCH] 0.19.1 --- docs/changes.rst | 9 +++++++++ sass.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 15c9fb70..4f4888e6 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 0.19.1 +-------------- + +Released on May 18, 2019. + +- Re-release of 0.19.0 with windows python2.7 wheels [:issue:`297` by Anthony + Sottile] + + Version 0.19.0 -------------- diff --git a/sass.py b/sass.py index 9b2301b6..424036b0 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.0' +__version__ = '0.19.1' libsass_version = _sass.libsass_version