From: Oleg Broytman Date: Thu, 2 Nov 2017 22:46:44 +0000 (+0300) Subject: Release 2.8 X-Git-Tag: 2.8.0^0 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=b5f8429d3fd1eb127a08070a366aba2e04b1c3ae Release 2.8 --- 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"