Skip to content

Commit 3efcb1c

Browse files
committed
0.13.2
1 parent 6781fbb commit 3efcb1c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

5+
Version 0.13.2
6+
--------------
7+
8+
Released on June 14, 2017.
9+
10+
- Always add cwd to import paths [:issue:`208` by Anthony Sottile]
11+
12+
513
Version 0.13.1
614
--------------
715

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

3737

0 commit comments

Comments
 (0)