]> git.phdru.name Git - mimedecode.git/commitdiff
Docs: Version 3.1.0.post5 3.1.0.post5
authorOleg Broytman <phd@phdru.name>
Mon, 10 Jul 2023 16:23:31 +0000 (19:23 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 10 Jul 2023 17:16:51 +0000 (20:16 +0300)
ANNOUNCE
docs/mimedecode.rst
mimedecode/__version__.py

index 43b7ca9d11d83dc6a80750379c86e1746f31bef0..7d6d59ce56109b83635e53a6a0e8a0b488dbfb18 100644 (file)
--- 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.
index 4f36158d6b21397ca33987f5573645a92c1dcf0c..364d413bc5a970727f1839c5a77b7270b6c17726 100644 (file)
@@ -334,7 +334,7 @@ Oleg Broytman <phd@phdru.name>
 COPYRIGHT
 ---------
 
-Copyright (C) 2001-2022 PhiloSoft Design.
+Copyright (C) 2001-2023 PhiloSoft Design.
 
 LICENSE
 -------
index 0f085545e1fb76eabee4bb7117eb8e63398ee1e1..ba1fe4604b09d84292dc468418708b53e2488a92 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "3.1.0.post4"
+__version__ = "3.1.0.post5"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2022 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2001-2023 PhiloSoft Design"
 __license__ = "GNU GPL"