From 73fd37d585a0471633cba3568063b30244c970ba Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 2 Feb 2014 17:15:09 +0400 Subject: [PATCH] Version 2.3.3 --- ANNOUNCE | 9 ++++++--- mimedecode_version.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 84ba7af..917afef 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -22,6 +22,12 @@ 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.3 (2014-02-02) + Forbid filtering from console. When the program runs with stdin + connected to the console it shows usage help. + + Fix a bug - option -o and no parameters. + WHAT'S NEW in version 2.3.2 (2014-02-01) Fix a bug - do not generate 'From ' headers in subparts. @@ -35,9 +41,6 @@ WHAT'S NEW in version 2.3.1 (2014-01-31) WHAT'S NEW in version 2.3.0 (2014-01-30) Add option -o and output_file argument. - Forbid filtering from console to console. When the program runs - with no parameters and without any redirection it shows usage help. - WHAT'S NEW in version 2.2.0 (2013-12-21) Rename __version__.py to mimedecode_version.py. diff --git a/mimedecode_version.py b/mimedecode_version.py index d3e7e4c..218e221 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.2" +__version__ = "2.3.3" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2