Skip to content

Commit 1bb8352

Browse files
committed
0.13.0
1 parent bcd9f75 commit 1bb8352

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/changes.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@ Changelog
22
=========
33

44

5+
Version 0.13.0
6+
--------------
7+
8+
Released on January 7, 2017.
9+
10+
- Use ``getfullargspec`` when available in python 3. [:issue:`188` by
11+
Thom Wiggers]
12+
- Use ``sass_copy_c_string`` instead of ``strdup`` for portability
13+
[:issue:`196` by Anthony Sottile]
14+
- Use ``-std=gnu++0x`` to fix installation under cygwin [:issue:`195`
15+
:issue:`197` by Anthony Sottile]
16+
- Correct source map url [:issue:`201` :issue:`202` by Anthony Sottile]
17+
- Remove ``--watch`` [:issue:`203` by Anthony Sottile]
18+
- Follow up the libsass upstream: 3.4.4 --- See the release notes of Libsass
19+
3.4.4__. [:issue:`205` by Anthony Sottile]
20+
21+
__ https://github.com/sass/libsass/releases/tag/3.4.4
22+
23+
524
Version 0.12.3
625
--------------
726

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

3737

0 commit comments

Comments
 (0)