From: Oleg Broytman Date: Sun, 23 Feb 2014 16:32:23 +0000 (+0400) Subject: Version 2.3.7 X-Git-Tag: v2.3.7^0 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=b43690a1e6349e29309f19a8305893d1fbd48427 Version 2.3.7 --- 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"