From: Oleg Broytman Date: Sun, 23 May 2021 14:28:37 +0000 (+0300) Subject: Build: Release version 3.1.0 X-Git-Tag: 3.1.0~1 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=2a903dbddbb21244e47a38db52886e72c22466a7 Build: Release version 3.1.0 --- diff --git a/ANNOUNCE b/ANNOUNCE index e0b72e0..b53af8c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,7 +30,7 @@ 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 (2021-??-??) +Version 3.1.0 (2021-05-23) Convert mimedecode.docbook to reST. Generate html/man/text using Sphinx. diff --git a/ChangeLog b/ChangeLog index ff738eb..fd10e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 3.1.0 (2021-??-??) +Version 3.1.0 (2021-05-23) Convert mimedecode.docbook to reST. Generate html/man/text using Sphinx. diff --git a/mimedecode/__version__.py b/mimedecode/__version__.py index c0710f1..2bb484d 100644 --- a/mimedecode/__version__.py +++ b/mimedecode/__version__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.0" +__version__ = "3.1.0" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2019 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2021 PhiloSoft Design" __license__ = "GNU GPL"