Skip to content

Commit a7a05c5

Browse files
committed
0.14.2
1 parent 204fe64 commit a7a05c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

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

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

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

3737

0 commit comments

Comments
 (0)