From: Oleg Broytman Date: Mon, 18 May 2020 23:02:28 +0000 (+0300) Subject: Docs: Python 3.8 X-Git-Tag: 3.1.0~5 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=1bf81f1ddacccb164ccde9c34baf421d52bbb45f Docs: Python 3.8 Version 3.0.1 will be released in 2020 (hopefully). [skip ci] --- diff --git a/ANNOUNCE b/ANNOUNCE index 5d7a2a0..df2811b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,15 +30,11 @@ everything else. This is how it could be done: mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*' -Version 3.0.1 (2019-??-??) +Version 3.0.1 (2020-??-??) Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`. -Version 3.0.0 (2019-02-01) - - Python 3.7. - - Drop support for Python 3.3. + Python 3.8. WHERE TO GET diff --git a/ChangeLog b/ChangeLog index f2aae0e..3117d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -Version 3.0.1 (2019-??-??) +Version 3.0.1 (2020-??-??) Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`. + Python 3.8. + Version 3.0.0 (2019-02-01) Python 3.7.