Skip to content

Commit 4d9d3ee

Browse files
committed
0.14.0
1 parent 1583a87 commit 4d9d3ee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changes.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Version 0.14.0
5+
--------------
6+
7+
Released on March 6, 2018.
8+
9+
- Follow up the libsass upstream: 3.5.0 --- See the release notes of LibSass
10+
3.5.0__. [:issue:`241` by Anthony Sottile]
11+
- ``SassList`` type gained an additional option ``bracketed=False`` to match
12+
the upstream changes to the ``sass_list`` type. [:issue:`184` by Anthony
13+
Sottile]
14+
15+
__ https://github.com/sass/libsass/releases/tag/3.5.0
16+
417

518
Version 0.13.7
619
--------------

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3232
'SassWarning', 'and_join', 'compile', 'libsass_version',
3333
)
34-
__version__ = '0.13.7'
34+
__version__ = '0.14.0'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)