diff options
-rw-r--r-- | b4/__init__.py | 2 | ||||
-rw-r--r-- | man/b4.5 | 5 | ||||
-rw-r--r-- | man/b4.5.rst | 4 |
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') @@ -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 |