Skip to content

Commit c4ed324

Browse files
committedMay 1, 2020
0.20.0
1 parent 548d26b commit c4ed324

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎docs/changes.rst

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

44

5+
Version 0.20.0
6+
--------------
7+
8+
Released on November 3, 2019.
9+
10+
- Produce abi3 wheels on macos / linux [:issue:`307` by Anthony Sottile]
11+
- Follow up the libsass upstream: 3.6.4 --- See the release notes of LibSass
12+
3.6.4__. [:issue:`313` by Anthony Sottile]
13+
14+
__ https://github.com/sass/libsass/releases/tag/3.6.4
15+
16+
517
Version 0.19.4
618
--------------
719

‎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.4'
34+
__version__ = '0.20.0'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)
Please sign in to comment.