diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-27 12:31:01 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-27 12:31:01 -0400 |
commit | 82b0327fb2a509b388341aeffdbe2701444fa6ba (patch) | |
tree | 4afed65f053d568b8189fbabcdbcde2b9fbdd1ef | |
parent | 231ae04e4cc70c687c3fd3cc8ab4178d6e7956ec (diff) | |
download | b4-82b0327fb2a509b388341aeffdbe2701444fa6ba.tar.gz |
Prepare for 0.3.5 releasev0.3.5
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | b4/__init__.py | 2 | ||||
-rw-r--r-- | man/b4.5 | 2 | ||||
-rw-r--r-- | 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') @@ -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 |