diff --git a/ANNOUNCE b/ANNOUNCE index 39296e6..44037b8 100644 --- 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. diff --git a/ChangeLog b/ChangeLog index 1d2a29f..450573e 100644 --- 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. diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index f4e4710..1469a29 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.0" +__version__ = "3.2.0.post1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2024 PhiloSoft Design" __license__ = "GNU GPL"