Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Dec 3, 2015
1 parent 8d2de7b commit 7791304
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.9.3
-------------

Released on December 03, 2015.

- Support "indented" SASS compilation [:issues:`41` by Alice Zoë Bevan–McGregor]
- Fix wheels on windows [:issues:`28` :issues:`49` by Anthony Sottile]

Version 0.9.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
'SassNumber', 'SassWarning', 'and_join', 'compile')
__version__ = '0.9.2'
__version__ = '0.9.3'


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

0 comments on commit 7791304

Please sign in to comment.