summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-07-27 16:34:43 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-07-27 16:34:43 -0400
commit57aa10be35dda4201ee1d208e7b00a55e9133617 (patch)
treeea5b9c95023b61be9261037989c5024dd62cf222
parentec4be938f95c65c6553f8f091f33d92dea5bb229 (diff)
downloadb4-57aa10be35dda4201ee1d208e7b00a55e9133617.tar.gz
Prepare for 0.5.2 releasev0.5.2
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, 6 insertions, 6 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index b7b33f4..a1479aa 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.2-dev'
+__VERSION__ = '0.5.2'
ATTESTATION_FORMAT_VER = '0.1'
logger = logging.getLogger('b4')
diff --git a/man/b4.5 b/man/b4.5
index a7c36e8..51f6573 100644
--- a/man/b4.5
+++ b/man/b4.5
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH B4 5 "2020-06-08" "0.5.1" ""
+.TH B4 5 "2020-07-27" "0.5.2" ""
.SH NAME
B4 \- Work with code submissions in a public-inbox archive
.
@@ -342,7 +342,7 @@ Default configuration, with explanations:
midmask = https://lore.kernel.org/r/%s\(aq
#
# When recording Link: trailers, use this mask
- linkmask = https://lore.kernel.org/r/%s\(aq
+ linkmask = https://lore.kernel.org/r/%s
#
# When processing thread trailers, use this order. Can use shell\-globbing
# and must end with ,*
@@ -387,7 +387,7 @@ Default configuration, with explanations:
# How long to keep downloaded threads in cache (minutes)?
cache\-expire = 10
# Used when creating summaries for b4 ty, and can be set to a value like
- # thanks\-commit\-url\-mask = https://git.kernel.org/username/c/%.10s
+ # thanks\-commit\-url\-mask = https://git.kernel.org/username/c/%.12s
# See this page for more info on convenient git.kernel.org shorterners:
# https://korg.wiki.kernel.org/userdoc/git\-url\-shorterners
thanks\-commit\-url\-mask = None
diff --git a/man/b4.5.rst b/man/b4.5.rst
index 72357f5..a52d099 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-06-08
+:Date: 2020-07-27
:Copyright: The Linux Foundation and contributors
:License: GPLv2+
-:Version: 0.5.1
+:Version: 0.5.2
:Manual section: 5
SYNOPSIS