Skip to content

Commit 86792c1

Browse files
committed
0.11.2
1 parent 3b26739 commit 86792c1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

docs/changes.rst

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

4+
5+
Version 0.11.2
6+
--------------
7+
8+
Released on October 24, 2016.
9+
10+
- Drop support for python2.6 [:issue:`158` by Anthony Sottile]
11+
- Deprecate `--watch` [:issue:`156` by Anthony Sottile]
12+
- Preserve line endings [:issue:`160` by Anthony Sottile]
13+
- Follow up the libsass upstream: 3.3.6 --- See the release notes of Libsass
14+
3.3.6__. [:issue:`167` by Anthony Sottile]
15+
16+
__ https://github.com/sass/libsass/releases/tag/3.3.6
17+
18+
19+
420
Version 0.11.1
521
--------------
622

sass.py

Lines changed: 1 addition & 1 deletion
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.1'
34+
__version__ = '0.11.2'
3535
libsass_version = _sass.libsass_version
3636

3737

sassc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
use a third party tool which implements intelligent watching functionality.
4646
4747
.. versionadded:: 0.4.0
48-
.. deprecated:: 0.12.0
48+
.. deprecated:: 0.11.2
4949
5050
.. option:: -p, --precision
5151

0 commit comments

Comments
 (0)