From: Oleg Broytman Date: Wed, 1 Nov 2017 20:10:21 +0000 (+0300) Subject: Docs: Update TODO with release plans X-Git-Tag: 2.8.0~5 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=e81cc002576f8deef1c7cf62194a3f71b3df4f9b Docs: Update TODO with release plans [skip ci] --- diff --git a/TODO b/TODO index fd90ddd..175cd38 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,20 @@ +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. +Release 2.9. + + +Convert mimedecode.py library from global functions to a class. + + +Release 3.0. + + flake8.