]> git.phdru.name Git - mimedecode.git/commitdiff
Version 3.2.0.post1: CI(GHActions): Switch to `setup-miniconda` 3.2.0.post1
authorOleg Broytman <phd@phdru.name>
Thu, 11 Jul 2024 18:31:46 +0000 (21:31 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 11 Jul 2024 18:31:46 +0000 (21:31 +0300)
ANNOUNCE
ChangeLog
mimedecode/__version__.py

index 39296e691e871ee336b6bfff10b202465d80a0c5..44037b8650355a427ca757615967e70569e3e463 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -32,7 +32,11 @@ everything else. This is how it could be done:
 
 WHAT'S NEW
 
-Version 3.2.0:
+Version 3.2.0.post1 (2024-07-11):
+
+    CI(GHActions): Switch to `setup-miniconda`.
+
+Version 3.2.0 (2024-06-25):
 
     Copy ``mailcap.py`` from Python 3.12 because Python 3.13 dropped it.
 
index 1d2a29f030bf2e3617724dfdb3ebcbd6beed1e38..450573ee6ce67a7f6d8422975de97a33917cbabc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Version 3.2.0:
+Version 3.2.0.post1 (2024-07-11):
+
+    CI(GHActions): Switch to `setup-miniconda`.
+
+Version 3.2.0 (2024-06-25):
 
     Copy ``mailcap.py`` from Python 3.12 because Python 3.13 dropped it.
 
index f4e4710fafcc4596ca6e6e605f217ce62f5a59a1..1469a2924809d066fa9d8dd6aba140b81f2e5b6b 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "3.2.0"
+__version__ = "3.2.0.post1"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2024 PhiloSoft Design"
 __license__ = "GNU GPL"