From: Oleg Broytman Date: Mon, 10 Jul 2023 16:23:31 +0000 (+0300) Subject: Docs: Version 3.1.0.post5 X-Git-Tag: 3.1.0.post5^0 X-Git-Url: https://git.phdru.name/mimedecode.git/?p=mimedecode.git;a=commitdiff_plain;h=45c83a7df58192ecc6c639e967b67422c0d0cd78 Docs: Version 3.1.0.post5 --- diff --git a/ANNOUNCE b/ANNOUNCE index 43b7ca9..7d6d59c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,6 +30,18 @@ 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.1.0.post5 (2023-07-07) + + Install all Python and PyPy versions from ``conda-forge``. + +Version 3.1.0.post4 (2022-12-15) + + Use ``conda`` to install old Python versions. + +Version 3.1.0.post3 (2022-12-02) + + PyPy3. + Version 3.1.0.post2 Python 3.11. diff --git a/docs/mimedecode.rst b/docs/mimedecode.rst index 4f36158..364d413 100644 --- a/docs/mimedecode.rst +++ b/docs/mimedecode.rst @@ -334,7 +334,7 @@ Oleg Broytman COPYRIGHT --------- -Copyright (C) 2001-2022 PhiloSoft Design. +Copyright (C) 2001-2023 PhiloSoft Design. LICENSE ------- diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index 0f08554..ba1fe46 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0.post4" +__version__ = "3.1.0.post5" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2022 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2023 PhiloSoft Design" __license__ = "GNU GPL"