Skip to content

Commit 599f470

Browse files
committed
0.10.0
1 parent 13eb3f8 commit 599f470

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changes.rst

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

4+
Version 0.10.0
5+
-------------
6+
7+
Released on December 15, 2015.
8+
9+
- Support custom import callbacks [:issues:`81` by Alice Zoë Bevan–McGregor,
10+
Anthony Sottile]
11+
- Disallow arbitrary kwargs in compile() [:issues:`109` by Anthony Sottile]
12+
413
Version 0.9.3
514
-------------
615

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
3030
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
3131
'SassNumber', 'SassWarning', 'and_join', 'compile')
32-
__version__ = '0.9.3'
32+
__version__ = '0.10.0'
3333

3434

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

0 commit comments

Comments
 (0)