Skip to content

Commit 7d4bdb5

Browse files
committed
Release 0.8.1
1 parent e2e968b commit 7d4bdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Version 0.8.1
55
-------------
66

7-
To be released.
7+
Released on May 14, 2015.
88

99
- Fixed a bug that there was no ``'expanded'`` in :const:`sass.OUTPUT_STYLES`
1010
but ``'expected'`` instead which is a typo. [:issue:`66` by Triangle717]

sass.py

+1-1
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.0'
29+
__version__ = '0.8.1'
3030

3131

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

0 commit comments

Comments
 (0)