Skip to content

Commit 64cce14

Browse files
committed
0.16.0
1 parent 44a2990 commit 64cce14

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
Version 0.16.0
5+
--------------
6+
7+
Released on November 13, 2018.
8+
9+
- Use ``-lc++`` link flag when compiling with ``clang`` [:issue:`270` by
10+
Christian Thieme :issue:`271` by Anthony Sottile]
11+
- Honor ``strip_extension`` in ``SassMiddleware`` [:issue:`274` by Anthony
12+
Sottile]
13+
- Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass
14+
3.5.5__. [:issue:`275` by Anthony Sottile]
15+
16+
__ https://github.com/sass/libsass/releases/tag/3.5.5
17+
18+
419
Version 0.15.1
520
--------------
621

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3333
'SassWarning', 'and_join', 'compile', 'libsass_version',
3434
)
35-
__version__ = '0.15.1'
35+
__version__ = '0.16.0'
3636
libsass_version = _sass.libsass_version
3737

3838

0 commit comments

Comments
 (0)