version 2.11.0 fixes the problem with strip_important=False

This commit is contained in:
Peter Bengtsson 2016-04-13 16:18:49 -04:00
parent 18539ced84
commit cc18022e33
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import, unicode_literals
from .premailer import Premailer, transform
__version__ = '2.10.1'
__version__ = '2.11.0'