Skip to content

Commit 3049924

Browse files
committed
0.19.4
1 parent f8e1d97 commit 3049924

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changes.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@ Changelog
22
=========
33

44

5+
Version 0.19.4
6+
--------------
7+
8+
Released on November 3, 2019.
9+
10+
- Follow up the libsass upstream: 3.6.3 --- See the release notes of LibSass
11+
3.6.3__. [:issue:`304` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.6.3
14+
15+
516
Version 0.19.3
617
--------------
718

8-
Released on June 16, 2019.
19+
Released on October 5, 2019.
920

1021
- Follow up the libsass upstream: 3.6.2 --- See the release notes of LibSass
1122
3.6.2__. [:issue:`302` by Anthony Sottile]

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

3737

0 commit comments

Comments
 (0)