Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 16, 2018
1 parent 6340119 commit 686b8fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

Version 0.15.0
--------------

Released on September 16, 2018.

- Fix invalid escape sequences [:issue:`249` by Anthony Sottile]
- Add code of conduct [:issue:`251` by Nick Schonning]
- Add support for python3.7 and remove testing for python3.4 [:issue:`254`
by Anthony Sottile]
- Add ``strip_extension`` option for wsgi / distutils builder [:issue:`55`
:issue:`258` by Anthony Sottile :issue:`260` by Morten Brekkevold]
- Deprecate ``sassc`` (replaced by ``pysassc``). [:issue:`262` by
Anthony Sottile]
- Import abc classes from ``collections.abc`` to remove ``DeprecationWarning``
[:issue:`264` by Gary van der Merwe :issue:`265` by Anthony Sottile]


Version 0.14.5
--------------

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.14.5'
__version__ = '0.15.0'
libsass_version = _sass.libsass_version


Expand Down

0 comments on commit 686b8fc

Please sign in to comment.