From 392df88f9e7bef24b191025f2ad578abaea6aa99 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 1 Feb 2014 23:02:35 +0400 Subject: [PATCH] Version 2.3.2 --- ANNOUNCE | 7 +++++++ mimedecode_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 65502d3..d056f98 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -21,6 +21,13 @@ stdout one-to-one. If the file is a simple RFC822 message it is just 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.2 (2014-02-01) + Fix a bug - do not generate 'From ' headers in subparts. + + Add option --host. + + Add tests. + WHAT'S NEW in version 2.3.1 (2014-01-31) Update documentation. diff --git a/mimedecode_version.py b/mimedecode_version.py index 366a7c7..d3e7e4c 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.1" +__version__ = "2.3.2" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2