Skip to content

Commit c45d92b

Browse files
committed
Follow up libsass upstream 3.0.2
1 parent 85f2969 commit c45d92b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/changes.rst

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

4+
Version 0.6.2
5+
-------------
6+
7+
To be released.
8+
9+
- Follow up the libsass upstream: :upcommit:`3.0.2` ---
10+
See the `release note`__ of libsass.
11+
12+
__ https://github.com/sass/libsass/releases/tag/3.0.2
13+
14+
415
Version 0.6.1
516
-------------
617

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2626
'and_join', 'compile')
27-
__version__ = '0.6.1'
27+
__version__ = '0.6.2'
2828

2929

3030
#: (:class:`collections.Mapping`) The dictionary of output styles.

0 commit comments

Comments
 (0)