Skip to content

Commit 13c0d60

Browse files
committedMay 21, 2021
0.21.0
1 parent 5c94c2a commit 13c0d60

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎docs/changes.rst

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

4+
Version 0.21.1
5+
--------------
6+
7+
Released on May 20, 2021.
8+
9+
- Fix build on OpenBSD. [:issue:`310` by Denis Fondras].
10+
- Produce abi3 wheels on windows. [:issue:`322` by Anthony Sottile]
11+
- Make the manpage build reproducible. [:issue:`319` by Chris Lamb]
12+
- Follow up the libsass upstream: 3.6.5 --- See the release notes of LibSass
13+
3.6.5__. [:issue:`344` by Anthony Sottile]
14+
15+
__ https://github.com/sass/libsass/releases/tag/3.6.5
16+
417
Version 0.20.1
518
--------------
619

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

3737

0 commit comments

Comments
 (0)
Please sign in to comment.