From: Oleg Broytman Date: Thu, 30 Jan 2014 19:26:30 +0000 (+0400) Subject: Version 2.3.0: add option -o and output_file argument X-Git-Tag: v2.3.2~20 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=cc9e2e4f61d8b9101c3223d05f2d852e8c37e803 Version 2.3.0: add option -o and output_file argument --- diff --git a/ANNOUNCE b/ANNOUNCE index c582656..b8a33ce 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -21,11 +21,8 @@ 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.2.2 (2014-01-23) - Upgrade docbook-xsl. - -WHAT'S NEW in version 2.2.1 (2013-12-24) - Add mk-distr helper. +WHAT'S NEW in version 2.3.0 (2014-01-30) + Add option -o and output_file argument. 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 dcd0d1f..2838da0 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.2.2" +__version__ = "2.3.0" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL"