Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 24, 2016
1 parent 3b26739 commit 86792c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion sassc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86792c1

Please sign in to comment.