diff options
-rw-r--r-- | b4/__init__.py | 2 | ||||
-rw-r--r-- | man/b4.5 | 6 | ||||
-rw-r--r-- | man/b4.5.rst | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 7edc799..d9cfa5a 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -28,7 +28,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.5.1-dev' +__VERSION__ = '0.5.1' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH B4 5 "2020-05-25" "0.5.0" "" +.TH B4 5 "2020-06-08" "0.5.1" "" .SH NAME B4 \- Work with code submissions in a public-inbox archive . @@ -316,8 +316,6 @@ Save diff into this file instead of outputting to stdout .B \-c\fP,\fB \-\-color Force color output even when writing to file .UNINDENT -.IP "System Message: WARNING/2 (b4.5.rst:, line 201)" -Option list ends without a blank line; unexpected unindent. .INDENT 0.0 .TP .B \-m AMBOX AMBOX, \-\-compare\-am\-mboxes AMBOX AMBOX @@ -326,7 +324,7 @@ Compare two mbx files prepared with "b4 am" .UNINDENT .UNINDENT .sp -\fIExample\fP: b4 diff +\fIExample\fP: b4 diff \fI\%20200526205322.23465\-1\-mic@digikod.net\fP .SH CONFIGURATION .sp B4 configuration is handled via git\-config(1), so you can store it in diff --git a/man/b4.5.rst b/man/b4.5.rst index a27241a..a1328c0 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -5,10 +5,10 @@ Work with code submissions in a public-inbox archive ---------------------------------------------------- :Author: mricon@kernel.org -:Date: 2020-05-25 +:Date: 2020-06-08 :Copyright: The Linux Foundation and contributors :License: GPLv2+ -:Version: 0.5.0 +:Version: 0.5.1 :Manual section: 5 SYNOPSIS |