Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 25, 2018
1 parent 1a711e2 commit a02bf8b
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.16.1
--------------

Released on November 25, 2018.

- Fix compilation on macos mojave [:issue:`276` :issue:`277` by Anthony
Sottile]
- Fix ``.sass`` in ``WsgiMiddleware`` for ``strip_extension=True``
[:issue:`278` by Anthony Sottile]


Version 0.16.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
'SassWarning', 'and_join', 'compile', 'libsass_version',
)
__version__ = '0.16.0'
__version__ = '0.16.1'
libsass_version = _sass.libsass_version


Expand Down

0 comments on commit a02bf8b

Please sign in to comment.