From 34f1bbdc3501932dbf3b96e52c103b3fe3ce09a6 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 24 Apr 2018 11:00:51 -0700 Subject: [PATCH] 0.14.4 --- 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 f5e12c02..0f39d81b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.14.4 +-------------- + +Released on April 24, 2018. + +- Add ability to specify imports for custom extensions. This provides a + way to enable imports of ``.css`` files (which was removed in 3.5.3). + Specify ``--import-extensions .css`` to restore the previous behavior. + [:issue:`246` by Samuel Colvin] + + Version 0.14.3 -------------- diff --git a/sass.py b/sass.py index 67ee6de3..095a3821 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.14.3' +__version__ = '0.14.4' libsass_version = _sass.libsass_version