Signed-off-by: W. Trevor King <wking@tremily.us>
-v3.8 (unreleased)
+v3.8 (2014-01-18)
* Sluggify feed names on opmlimport.
* Allow Unicode letters and digits in feed names, instead of just ASCII lettters and digits.
1. A ``.zip`` file (suggested for Microsoft Windows users)::
- $ wget https://github.com/wking/rss2email/archive/v3.7.zip
+ $ wget https://github.com/wking/rss2email/archive/v3.8.zip
$ unzip rss2email-*.zip
2. A ``.tar.gz`` file (suggested for everyone else)::
- $ wget https://github.com/wking/rss2email/archive/v3.7.tar.gz
+ $ wget https://github.com/wking/rss2email/archive/v3.8.tar.gz
$ tar xvf rss2email*.tar.gz
3. A Git_ checkout (suggested for developers)::
import sys as _sys
-__version__ = '3.7'
+__version__ = '3.8'
__url__ = 'https://github.com/wking/rss2email'
__author__ = 'W. Trevor King'
__email__ = 'rss2email@tremily.us'