From e81cc002576f8deef1c7cf62194a3f71b3df4f9b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 1 Nov 2017 23:10:21 +0300 Subject: [PATCH] Docs: Update TODO with release plans [skip ci] --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- 2.39.2