aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-03-23 18:09:44 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-03-23 18:09:44 -0400
commit67161f7f190491d826fea6463349ee7d0e91083e (patch)
treedeb0621a1488313715ea8ef747d990efa9a7b11d
parentefd3dc39f4bfd641719e0043f56a3557b6f98d33 (diff)
downloadb4-67161f7f190491d826fea6463349ee7d0e91083e.tar.gz
Prepare for 0.3.4 releasev0.3.4
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--b4/__init__.py2
-rw-r--r--man/b4.55
-rw-r--r--man/b4.5.rst4
3 files changed, 7 insertions, 4 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index 8c96596..8b83ee3 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.4-dev'
+__VERSION__ = '0.3.4'
ATTESTATION_FORMAT_VER = '0.1'
logger = logging.getLogger('b4')
diff --git a/man/b4.5 b/man/b4.5
index 8fe8fa7..6bcb45e 100644
--- a/man/b4.5
+++ b/man/b4.5
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH B4 5 "2020-03-16" "0.3.0" ""
+.TH B4 5 "2020-03-23" "0.3.4" ""
.SH NAME
B4 \- Work with patches in a public-inbox archive
.
@@ -239,6 +239,9 @@ Default configuration, with explanations:
# git\-config for gpg.program; and if that\(aqs not set,
# we\(aqll use "gpg" and hope for the best
gpgbin = None
+ #
+ # How long to keep downloaded threads in cache (minutes)?
+ cache\-expire = 10
.ft P
.fi
.UNINDENT
diff --git a/man/b4.5.rst b/man/b4.5.rst
index 0bea71f..b624ed6 100644
--- a/man/b4.5.rst
+++ b/man/b4.5.rst
@@ -5,10 +5,10 @@ Work with patches in a public-inbox archive
-------------------------------------------
:Author: mricon@kernel.org
-:Date: 2020-03-16
+:Date: 2020-03-23
:Copyright: The Linux Foundation and contributors
:License: GPLv2+
-:Version: 0.3.0
+:Version: 0.3.4
:Manual section: 5
SYNOPSIS