Skip to content

Commit 1cfb870

Browse files
committed
0.20.1
1 parent c88ba5b commit 1cfb870

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: docs/changes.rst

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

4+
Version 0.20.1
5+
--------------
6+
7+
Released on August 27, 2020.
8+
9+
- (no changes, re-releasing to test build automation)
10+
411

512
Version 0.20.0
613
--------------
714

8-
Released on November 3, 2019.
15+
Released on May 1, 2020.
916

1017
- Produce abi3 wheels on macos / linux [:issue:`307` by Anthony Sottile]
1118
- Follow up the libsass upstream: 3.6.4 --- See the release notes of LibSass

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

3737

0 commit comments

Comments
 (0)