From e5e1feb7d63fc7499702d70e3197ad3d293e90bf Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 9 Sep 2015 14:09:30 -0700 Subject: [PATCH] version 2.9.5 with the ability to remove unset attributes --- premailer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premailer/__init__.py b/premailer/__init__.py index 017bb5c..08ee174 100644 --- a/premailer/__init__.py +++ b/premailer/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import, unicode_literals from .premailer import Premailer, transform -__version__ = '2.9.4' +__version__ = '2.9.5'