Skip to content

Commit 6f32d07

Browse files
committed
0.9.2
1 parent c62e421 commit 6f32d07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

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

4+
Version 0.9.2
5+
-------------
6+
7+
Released on October 29, 2015.
8+
9+
- Follow up the libsass upstream: 3.3.2 --- See the release notes of Libsass
10+
3.3.2__. [by Anthony Sottile]
11+
- Require VS 2015 to build on windows [:issues:`99` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.3.2
14+
415
Version 0.9.1
516
-------------
617

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.1'
31+
__version__ = '0.9.2'
3232

3333

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

0 commit comments

Comments
 (0)