Skip to content

Commit a02bf8b

Browse files
committed
0.16.1
1 parent 1a711e2 commit a02bf8b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

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

4+
Version 0.16.1
5+
--------------
6+
7+
Released on November 25, 2018.
8+
9+
- Fix compilation on macos mojave [:issue:`276` :issue:`277` by Anthony
10+
Sottile]
11+
- Fix ``.sass`` in ``WsgiMiddleware`` for ``strip_extension=True``
12+
[:issue:`278` by Anthony Sottile]
13+
14+
415
Version 0.16.0
516
--------------
617

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.16.0'
35+
__version__ = '0.16.1'
3636
libsass_version = _sass.libsass_version
3737

3838

0 commit comments

Comments
 (0)