Signed-off-by: W. Trevor King <wking@tremily.us>
-v3.9 (unreleased)
+v3.9 (2014-09-01)
* Catch and error out if a user adds a feed with a duplicate name.
* Split sender into both sendmail's -F and -f.
* Fix an error with SMTPConnectionError inhertence order ("does not take keyword arguments").
1. A ``.zip`` file (suggested for Microsoft Windows users)::
- $ wget https://github.com/wking/rss2email/archive/v3.8.zip
+ $ wget https://github.com/wking/rss2email/archive/v3.9.zip
$ unzip rss2email-*.zip
2. A ``.tar.gz`` file (suggested for everyone else)::
- $ wget https://github.com/wking/rss2email/archive/v3.8.tar.gz
+ $ wget https://github.com/wking/rss2email/archive/v3.9.tar.gz
$ tar xvf rss2email*.tar.gz
3. A Git_ checkout (suggested for developers)::
import sys as _sys
-__version__ = '3.8'
+__version__ = '3.9'
__url__ = 'https://github.com/wking/rss2email'
__author__ = 'W. Trevor King'
__email__ = 'rss2email@tremily.us'