From 82b0327fb2a509b388341aeffdbe2701444fa6ba Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 27 Mar 2020 12:31:01 -0400 Subject: Prepare for 0.3.5 release Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- man/b4.5 | 2 +- man/b4.5.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/b4/__init__.py b/b4/__init__.py index df6fa23..ed9834b 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -21,7 +21,7 @@ from email import charset charset.add_charset('utf-8', None) emlpolicy = email.policy.EmailPolicy(utf8=True, cte_type='8bit', max_line_length=None) -__VERSION__ = '0.3.5-dev' +__VERSION__ = '0.3.5' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') diff --git a/man/b4.5 b/man/b4.5 index 3c15e32..43cd84e 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH B4 5 "2020-03-23" "0.3.4" "" +.TH B4 5 "2020-03-23" "0.3.5" "" .SH NAME B4 \- Work with patches in a public-inbox archive . diff --git a/man/b4.5.rst b/man/b4.5.rst index 7dacf9c..ee2cdd3 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -8,7 +8,7 @@ Work with patches in a public-inbox archive :Date: 2020-03-23 :Copyright: The Linux Foundation and contributors :License: GPLv2+ -:Version: 0.3.4 +:Version: 0.3.5 :Manual section: 5 SYNOPSIS -- cgit v1.2.3