Signed-off-by: W. Trevor King <wking@tremily.us>
-v3.7 (unreleased)
+v3.7 (2013-10-11)
* Fix fallback for titles that contain malformed HTML.
* Fix atomic saves to avoid garbling config and data files if the disk is full.
* Convert the `friendly-name` boolean to the new `name-format` setting. This allow users to customize how the friendly name is constructed.
1. A ``.zip`` file (suggested for Microsoft Windows users)::
- $ wget https://github.com/wking/rss2email/archive/v3.6.zip
+ $ wget https://github.com/wking/rss2email/archive/v3.7.zip
$ unzip rss2email-*.zip
2. A ``.tar.gz`` file (suggested for everyone else)::
- $ wget https://github.com/wking/rss2email/archive/v3.6.tar.gz
+ $ wget https://github.com/wking/rss2email/archive/v3.7.tar.gz
$ tar xvf rss2email*.tar.gz
3. A Git_ checkout (suggested for developers)::
import sys as _sys
-__version__ = '3.6'
+__version__ = '3.7'
__url__ = 'https://github.com/wking/rss2email'
__author__ = 'W. Trevor King'
__email__ = 'rss2email@tremily.us'