Skip to content

Commit e9b7421

Browse files
committed
0.12.0
1 parent 1f0c5e2 commit e9b7421

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
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
Version 0.12.0
6+
--------------
7+
8+
Released on December 10, 2016.
9+
10+
- Follow up the libsass upstream: 3.4.0 --- See the release notes of Libsass
11+
3.4.0__. [:issue:`173` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.4.0
14+
15+
516
Version 0.11.2
617
--------------
718

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.2'
34+
__version__ = '0.12.0'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)