Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 12, 2022
1 parent 22adb66 commit b18db09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 0.22.0
--------------

Released on November 12, 2022.

- Remove python 2.x support [:issue:`373` by anthony sottile].
- Remove deprecated ``sassc`` cli [:issue:`379` by anthony sottile].

Version 0.21.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
'SassWarning', 'and_join', 'compile', 'libsass_version',
)
__version__ = '0.21.0'
__version__ = '0.22.0'
libsass_version = _sass.libsass_version


Expand Down

0 comments on commit b18db09

Please sign in to comment.