Skip to content

Commit 2672c37

Browse files
committed
0.19.1
1 parent ab0056a commit 2672c37

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.19.1
5+
--------------
6+
7+
Released on May 18, 2019.
8+
9+
- Re-release of 0.19.0 with windows python2.7 wheels [:issue:`297` by Anthony
10+
Sottile]
11+
12+
413
Version 0.19.0
514
--------------
615

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

3737

0 commit comments

Comments
 (0)