Skip to content

Commit 34f1bbd

Browse files
committed
0.14.4
1 parent 2b3361d commit 34f1bbd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 0.14.4
5+
--------------
6+
7+
Released on April 24, 2018.
8+
9+
- Add ability to specify imports for custom extensions. This provides a
10+
way to enable imports of ``.css`` files (which was removed in 3.5.3).
11+
Specify ``--import-extensions .css`` to restore the previous behavior.
12+
[:issue:`246` by Samuel Colvin]
13+
14+
415
Version 0.14.3
516
--------------
617

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3232
'SassWarning', 'and_join', 'compile', 'libsass_version',
3333
)
34-
__version__ = '0.14.3'
34+
__version__ = '0.14.4'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)