From b43690a1e6349e29309f19a8305893d1fbd48427 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 23 Feb 2014 20:32:23 +0400 Subject: [PATCH] Version 2.3.7 --- ANNOUNCE | 4 ++++ mimedecode_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index d2dd0c1..bbcf602 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -22,6 +22,10 @@ RFC822 message it is decoded as one part. If it is a MIME message with multiple parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. +WHAT'S NEW in version 2.3.7 (2014-02-23) + + Add option -r to remove headers and option -R to remove header's parameters. + WHAT'S NEW in version 2.3.6 (2014-02-19) Decode "To", "Cc", "Reply-To" and "Mail-Followup-To" headers by default. diff --git a/mimedecode_version.py b/mimedecode_version.py index 737fa3d..eebbcdd 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.6" +__version__ = "2.3.7" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2