Skip to content

Commit a21c9bc

Browse files
committedJan 7, 2017
0.12.3
1 parent 8e27f86 commit a21c9bc

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
 

‎docs/changes.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@ Changelog
22
=========
33

44

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

819
Released on January 5, 2017.
920

1021
- Follow up the libsass upstream: 3.4.2 --- See the release notes of Libsass
11-
3.4.2__. [:issue:`177` by Anthony Sottile]
22+
3.4.2__. [:issue:`176` by Anthony Sottile]
1223

1324
__ https://github.com/sass/libsass/releases/tag/3.4.2
1425

‎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.2'
34+
__version__ = '0.12.3'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)
Please sign in to comment.