diff --git a/docs/changes.rst b/docs/changes.rst index e6a0bbf2..127b04ef 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,22 @@ Changelog ========= + +Version 0.11.2 +-------------- + +Released on October 24, 2016. + +- Drop support for python2.6 [:issue:`158` by Anthony Sottile] +- Deprecate `--watch` [:issue:`156` by Anthony Sottile] +- Preserve line endings [:issue:`160` by Anthony Sottile] +- Follow up the libsass upstream: 3.3.6 --- See the release notes of Libsass + 3.3.6__. [:issue:`167` by Anthony Sottile] + +__ https://github.com/sass/libsass/releases/tag/3.3.6 + + + Version 0.11.1 -------------- diff --git a/sass.py b/sass.py index 758de34d..0cb1e187 100644 --- a/sass.py +++ b/sass.py @@ -31,7 +31,7 @@ 'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber', 'SassWarning', 'and_join', 'compile', 'libsass_version', ) -__version__ = '0.11.1' +__version__ = '0.11.2' libsass_version = _sass.libsass_version diff --git a/sassc.py b/sassc.py index 5d6d578f..6de67d18 100755 --- a/sassc.py +++ b/sassc.py @@ -45,7 +45,7 @@ use a third party tool which implements intelligent watching functionality. .. versionadded:: 0.4.0 - .. deprecated:: 0.12.0 + .. deprecated:: 0.11.2 .. option:: -p, --precision