Skip to content

Commit a3748d8

Browse files
committed
0.11.1
1 parent d2b94a6 commit a3748d8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changes.rst

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

4+
Version 0.11.1
5+
--------------
6+
7+
Released on April 22, 2016.
8+
9+
- Follow up the libsass upstream: 3.3.5 --- See the release notes of Libsass
10+
3.3.5__. [:issue:`148` by Anthony Sottile]
11+
12+
__ https://github.com/sass/libsass/releases/tag/3.3.5
13+
414
Version 0.11.0
515
--------------
616

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3232
'SassWarning', 'and_join', 'compile', 'libsass_version',
3333
)
34-
__version__ = '0.11.0'
34+
__version__ = '0.11.1'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)