Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 686b8fc

Browse files
committedSep 16, 2018
0.15.0
1 parent 6340119 commit 686b8fc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎docs/changes.rst

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

4+
Version 0.15.0
5+
--------------
6+
7+
Released on September 16, 2018.
8+
9+
- Fix invalid escape sequences [:issue:`249` by Anthony Sottile]
10+
- Add code of conduct [:issue:`251` by Nick Schonning]
11+
- Add support for python3.7 and remove testing for python3.4 [:issue:`254`
12+
by Anthony Sottile]
13+
- Add ``strip_extension`` option for wsgi / distutils builder [:issue:`55`
14+
:issue:`258` by Anthony Sottile :issue:`260` by Morten Brekkevold]
15+
- Deprecate ``sassc`` (replaced by ``pysassc``). [:issue:`262` by
16+
Anthony Sottile]
17+
- Import abc classes from ``collections.abc`` to remove ``DeprecationWarning``
18+
[:issue:`264` by Gary van der Merwe :issue:`265` by Anthony Sottile]
19+
20+
421
Version 0.14.5
522
--------------
623

‎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.14.5'
35+
__version__ = '0.15.0'
3636
libsass_version = _sass.libsass_version
3737

3838

0 commit comments

Comments
 (0)
Please sign in to comment.