Signed-off-by: W. Trevor King <wking@tremily.us>
-v3.2 (unreleased)
+v3.2 (2013-03-13)
* Use extended interpolation in configuration files, to allow percent signs (%).
* Added .as_string() fallback to email flattening (only used if `use-smtp = False` and `use-8bit = True`).
* Added sendmail configuration option. Change this if you want to use an alternative, sendmail-compatible mailer.
import sys as _sys
-__version__ = '3.1'
+__version__ = '3.2'
__url__ = 'https://github.com/wking/rss2email'
__author__ = 'W. Trevor King'
__email__ = 'rss2email@tremily.us'