Skip to content

Commit 7791304

Browse files
committed
0.9.3
1 parent 8d2de7b commit 7791304

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

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

4+
Version 0.9.3
5+
-------------
6+
7+
Released on December 03, 2015.
8+
9+
- Support "indented" SASS compilation [:issues:`41` by Alice Zoë Bevan–McGregor]
10+
- Fix wheels on windows [:issues:`28` :issues:`49` by Anthony Sottile]
11+
412
Version 0.9.2
513
-------------
614

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2929
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
3030
'SassNumber', 'SassWarning', 'and_join', 'compile')
31-
__version__ = '0.9.2'
31+
__version__ = '0.9.3'
3232

3333

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

0 commit comments

Comments
 (0)