Skip to content

Commit 0b3e8dc

Browse files
committed
0.19.2
1 parent 359f2bb commit 0b3e8dc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: docs/changes.rst

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

4+
5+
Version 0.19.2
6+
--------------
7+
8+
Released on June 16, 2019.
9+
10+
- Follow up the libsass upstream: 3.6.1 --- See the release notes of LibSass
11+
3.6.1__. [:issue:`298` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.6.1
14+
15+
416
Version 0.19.1
517
--------------
618

Diff for: 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.19.1'
34+
__version__ = '0.19.2'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)