From: Oleg Broytman Date: Wed, 19 Feb 2014 18:57:35 +0000 (+0400) Subject: Version 2.3.6 X-Git-Tag: v2.3.6 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.3.6 Version 2.3.6 --- diff --git a/ANNOUNCE b/ANNOUNCE index 9619636..c429d4d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -22,9 +22,9 @@ 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.5 (2014-02-19) +WHAT'S NEW in version 2.3.6 (2014-02-19) - Decode "To" headers by default. + Decode "To", "Cc", "Reply-To" and "Mail-Followup-To" headers by default. Report test progress and success. diff --git a/mimedecode_version.py b/mimedecode_version.py index d6bb677..737fa3d 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.5" +__version__ = "2.3.6" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL"