Skip to content

Commit 3663ebb

Browse files
committed
0.13.3
1 parent 2025756 commit 3663ebb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changes.rst

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

44

5+
Version 0.13.3
6+
--------------
7+
8+
Released on October 11, 2017.
9+
10+
- Sort input files for determinism [:issue:`212` by Bernhard M. Wiedemann]
11+
- Include LICENSE file in distributions [:issue:`216` by Dougal J. Sutherland]
12+
- Add a ``pysassc`` entry to replace ``sassc`` [:issue:`218` by
13+
Anthony Sottile]
14+
- Enable building with dynamic linking [:issue:`219` by Marcel Plch]
15+
- Follow up the libsass upstream: 3.4.6 --- See the release notes of Libsass
16+
3.4.6__. [:issue:`221` by Anthony Sottile]
17+
18+
__ https://github.com/sass/libsass/releases/tag/3.4.6
19+
20+
521
Version 0.13.2
622
--------------
723

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

3737

0 commit comments

Comments
 (0)