Bump to version 3.2 v3.2
authorW. Trevor King <wking@tremily.us>
Wed, 13 Mar 2013 13:50:37 +0000 (09:50 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 13 Mar 2013 13:50:37 +0000 (09:50 -0400)
Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG
rss2email/__init__.py

index 5fa189c76cbe3d5d06c48f4f894548e09b17bd9a..418690c7952dc49bc80aa56beb77c99ba1045fa8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-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.
index 98f772601b096c1a7d200d0491ed7d2b9632ad91..63ee00b0e74034d1913899418e12d5e1892a213c 100644 (file)
@@ -21,7 +21,7 @@ import logging as _logging
 import sys as _sys
 
 
-__version__ = '3.1'
+__version__ = '3.2'
 __url__ = 'https://github.com/wking/rss2email'
 __author__ = 'W. Trevor King'
 __email__ = 'rss2email@tremily.us'