Signed-off-by: W. Trevor King <wking@tremily.us>
-v3.5 (unreleased)
+v3.5 (2013-06-05)
* Added digest generation and post-processing hooks.
* Fix html2text configuration (ignored since 2012-10-04).
* Fix opmlexport crash due to orphaned feed data.
1. A ``.zip`` file (suggested for Microsoft Windows users)::
- $ wget https://github.com/wking/rss2email/archive/v3.4.zip
+ $ wget https://github.com/wking/rss2email/archive/v3.5.zip
$ unzip rss2email-*.zip
2. A ``.tar.gz`` file (suggested for everyone else)::
- $ wget https://github.com/wking/rss2email/archive/v3.4.tar.gz
+ $ wget https://github.com/wking/rss2email/archive/v3.5.tar.gz
$ tar xvf rss2email*.tar.gz
3. A Git_ checkout (suggested for developers)::
import sys as _sys
-__version__ = '3.4'
+__version__ = '3.5'
__url__ = 'https://github.com/wking/rss2email'
__author__ = 'W. Trevor King'
__email__ = 'rss2email@tremily.us'