Skip to content

Commit 97c30fc

Browse files
committed
0.13.5
1 parent 6b14a09 commit 97c30fc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changes.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Changelog
22
=========
33

44

5+
Version 0.13.5
6+
--------------
7+
8+
Released on January 11, 2018.
9+
10+
- Follow up the libsass upstream: 3.4.8 --- See the release notes of Libsass
11+
3.4.8__. [:issue:`228` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.4.8
14+
15+
16+
517
Version 0.13.4
618
--------------
719

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.4'
34+
__version__ = '0.13.5'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)