Skip to content

Commit 6e2df5d

Browse files
committed
0.13.1
1 parent 3619239 commit 6e2df5d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

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

44

5+
Version 0.13.1
6+
--------------
7+
8+
Released on June 8, 2017.
9+
10+
- Follow up the libsass upstream: 3.4.5 --- See the release notes of Libsass
11+
3.4.5__. [:issue:`207` by Anthony Sottile]
12+
13+
__ https://github.com/sass/libsass/releases/tag/3.4.5
14+
15+
516
Version 0.13.0
617
--------------
718

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

3737

0 commit comments

Comments
 (0)