From 17f4b778c3691181df6b09e1e3b5115939db9625 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Feb 2014 22:57:35 +0400 Subject: [PATCH] Version 2.3.6 --- ANNOUNCE | 4 ++-- mimedecode_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.2