Bump to version 3.7 v3.7
authorW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 15:30:12 +0000 (08:30 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 16:37:05 +0000 (09:37 -0700)
Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG
README
rss2email/__init__.py

index 5f1e7b7bbb4e059772f6a0c2131aad990dc7ca3a..62f5ccdda3b3a1a9977eb36526d6a20a77677e2f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-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.
     * 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.
diff --git a/README b/README
index de4057c387cbd07fbb0c5dfa0445842c744fd1ad..2e1f0b7e3f1d7c1d25700599b025026b45cc5ee1 100644 (file)
--- a/README
+++ b/README
@@ -59,12 +59,12 @@ from several equivalent formats.
 
 1. A ``.zip`` file (suggested for Microsoft Windows users)::
 
 
 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)::
 
     $ 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)::
     $ tar xvf rss2email*.tar.gz
 
 3. A Git_ checkout (suggested for developers)::
index d58209c8a357d7cab8d7e26966ac4f6533b4c558..ee2a867c1d559532cd22fdd96bdf2466bfda61ce 100644 (file)
@@ -21,7 +21,7 @@ import logging as _logging
 import sys as _sys
 
 
 import sys as _sys
 
 
-__version__ = '3.6'
+__version__ = '3.7'
 __url__ = 'https://github.com/wking/rss2email'
 __author__ = 'W. Trevor King'
 __email__ = 'rss2email@tremily.us'
 __url__ = 'https://github.com/wking/rss2email'
 __author__ = 'W. Trevor King'
 __email__ = 'rss2email@tremily.us'