Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Dec 15, 2015
1 parent 13eb3f8 commit 599f470
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 0.10.0
-------------

Released on December 15, 2015.

- Support custom import callbacks [:issues:`81` by Alice Zoë Bevan–McGregor,
Anthony Sottile]
- Disallow arbitrary kwargs in compile() [:issues:`109` by Anthony Sottile]

Version 0.9.3
-------------

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


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

0 comments on commit 599f470

Please sign in to comment.