Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 9b18ba8

Browse files
committed
Version bump
1 parent 08baa8f commit 9b18ba8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.8.2
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.8.1
511
-------------
612

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2727
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
2828
'SassNumber', 'SassWarning', 'and_join', 'compile')
29-
__version__ = '0.8.1'
29+
__version__ = '0.8.2'
3030

3131

3232
#: (:class:`collections.Mapping`) The dictionary of output styles.

0 commit comments

Comments
 (0)