From b8c9e72ff8a755f2a647881c9f5cac3a4e322c70 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 31 Jan 2014 23:57:47 +0400 Subject: [PATCH] Version 2.3.1: update documentation --- ANNOUNCE | 3 +++ mimedecode_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 03aa4b7..65502d3 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -21,6 +21,9 @@ 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.1 (2014-01-31) + Update documentation. + WHAT'S NEW in version 2.3.0 (2014-01-30) Add option -o and output_file argument. diff --git a/mimedecode_version.py b/mimedecode_version.py index 2838da0..366a7c7 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.0" +__version__ = "2.3.1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2