From b5f8429d3fd1eb127a08070a366aba2e04b1c3ae Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 3 Nov 2017 01:46:44 +0300 Subject: [PATCH] Release 2.8 --- ANNOUNCE | 2 +- ChangeLog | 2 +- TODO | 3 --- mimedecode_version.py | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9fe74fa..ce866e2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,7 +23,7 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. -Version 2.8.0 (2017-10-??) +Version 2.8.0 (2017-11-03) Python 3. diff --git a/ChangeLog b/ChangeLog index 24f2182..eeb317c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2.8.0 (2017-10-??) +Version 2.8.0 (2017-11-03) Python 3. diff --git a/TODO b/TODO index 175cd38..e665141 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -Release 2.8. - - Split mimedecode.py into a library and a small script. Move formatparam_27.py and mimedecode_version.py to the library. Rename mimedecode_version.py to __version__.py. diff --git a/mimedecode_version.py b/mimedecode_version.py index d9184dc..1c7393c 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.8.0a0" +__version__ = "2.8.0" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2017 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2