summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-06-08 16:01:22 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-06-08 16:01:22 -0400
commitcad0bddc7d9a5a10816ac31a6beba0c134b63c00 (patch)
tree5c0a8d5e173af31180af26f7a781fed0d3ea4225
parente74cfbb808f386e6909632300bab653f7033601d (diff)
downloadb4-cad0bddc7d9a5a10816ac31a6beba0c134b63c00.tar.gz
Prepare for 0.5.1 releasev0.5.1
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--b4/__init__.py2
-rw-r--r--man/b4.56
-rw-r--r--man/b4.5.rst4
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')
diff --git a/man/b4.5 b/man/b4.5
index 95876b8..a7c36e8 100644
--- a/man/b4.5
+++ b/man/b4.5
@@ -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