Skip to content

Commit

Permalink
0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 24, 2018
1 parent 2b3361d commit 34f1bbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 34f1bbd

Please sign in to comment.