From: Oleg Broytman Date: Fri, 1 Feb 2019 19:49:37 +0000 (+0300) Subject: Version 3.0.0: Python 3.7 X-Git-Tag: 3.0.0^0 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=ab086bfe724fadd024eb1842d55a79b9725ff6c4 Version 3.0.0: Python 3.7 --- diff --git a/ANNOUNCE b/ANNOUNCE index 254b5f8..a2be0e5 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,17 +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 2.9.0 (2017-12-12) +Version 3.0.0 (2019-02-01) - Split mimedecode.py into mimedecode library and a small script. + Python 3.7. - Make the library executable via ``python -m mimedecode``. - -Version 2.8.0 (2017-11-03) - - Python 3. - - Stop supporting Python 2.6. + Drop support for Python 3.3. WHERE TO GET diff --git a/ChangeLog b/ChangeLog index 6d2b28e..22e7469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Version 3.0.0 (2018-??-??) +Version 3.0.0 (2019-02-01) + + Python 3.7. Drop support for Python 3.3. diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index 512496d..c0710f1 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "2.9.0" +__version__ = "3.0.0" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2018 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2019 PhiloSoft Design" __license__ = "GNU GPL"