]> git.phdru.name Git - mimedecode.git/commitdiff
Release 3.1.0.post1: GitHub Actions 3.1.0.post1
authorOleg Broytman <phd@phdru.name>
Fri, 24 Sep 2021 15:04:47 +0000 (18:04 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 24 Sep 2021 15:04:47 +0000 (18:04 +0300)
ANNOUNCE
ChangeLog
mimedecode/__version__.py

index b53af8cb7b738ae26a56f96efe886ce3bae57170..6cdf6f0ed6a51200ba915d0c50db1a46202a19fd 100644 (file)
--- 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
index 4ef1dfbbe8139e72983e788c596b8daa2d3c0683..cf213fab15b3fb923919a097349b43db1015db9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Version 3.1.1 (??):
+Version 3.1.0.post1 (2021-09-24)
 
    GitHub Actions.
 
index 2bb484d989c38e23f88a8e01bb5e4c3cbfae0be7..499e18cb6e4e7162b3d7bbabe0ec94359f013086 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "3.1.0"
+__version__ = "3.1.0.post1"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2021 PhiloSoft Design"
 __license__ = "GNU GPL"