Skip to content

Commit b0a6e51

Browse files
committed
0.14.3
1 parent a217058 commit b0a6e51

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

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

4+
Version 0.14.3
5+
--------------
6+
7+
Released on April 23, 2018.
8+
9+
- Follow up the libsass upstream: 3.5.3 --- See the release notes of LibSass
10+
3.5.3__. [:issue:`244` by Anthony Sottile]
11+
12+
__ https://github.com/sass/libsass/releases/tag/3.5.3
13+
14+
415
Version 0.14.2
516
--------------
617

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

3737

0 commit comments

Comments
 (0)