From eaca10a6f9782430108b05194ff7b0d961d124d5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 24 Sep 2021 18:04:47 +0300 Subject: [PATCH] Release 3.1.0.post1: GitHub Actions --- ANNOUNCE | 6 ++++++ ChangeLog | 2 +- mimedecode/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index b53af8c..6cdf6f0 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,6 +30,12 @@ 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.post1 (2021-09-24) + + GitHub Actions. + + Stop testing at Travis. + Version 3.1.0 (2021-05-23) Convert mimedecode.docbook to reST. Generate html/man/text diff --git a/ChangeLog b/ChangeLog index 4ef1dfb..cf213fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 3.1.1 (??): +Version 3.1.0.post1 (2021-09-24) GitHub Actions. diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index 2bb484d..499e18c 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0" +__version__ = "3.1.0.post1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2021 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2