Skip to content

Commit fce952f

Browse files
committed
0.13.7
1 parent dbb4ea4 commit fce952f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/changes.rst

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

44

5+
Version 0.13.7
6+
--------------
7+
8+
Released on February 5, 2018.
9+
10+
- Follow up the libsass upstream: 3.4.9 --- See the release notes of Libsass
11+
3.4.9__. [:issue:`232` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.4.9
14+
15+
516
Version 0.13.6
617
--------------
718

@@ -21,7 +32,6 @@ Released on January 11, 2018.
2132
__ https://github.com/sass/libsass/releases/tag/3.4.8
2233

2334

24-
2535
Version 0.13.4
2636
--------------
2737

sass.py

Lines changed: 1 addition & 1 deletion
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.6'
34+
__version__ = '0.13.7'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)