diff options
-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 |