diff options
-rw-r--r-- | b4/__init__.py | 2 | ||||
-rw-r--r-- | man/b4.5 | 2 | ||||
-rw-r--r-- | man/b4.5.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index e0a03db..bc7b8dd 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -44,7 +44,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.8-dev' +__VERSION__ = '0.8.0' def _dkim_log_filter(record): @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH B4 5 "2020-11-20" "0.7.0" "" +.TH B4 5 "2021-09-01" "0.8.0" "" .SH NAME B4 \- Work with code submissions in a public-inbox archive . diff --git a/man/b4.5.rst b/man/b4.5.rst index 997b947..6e060ec 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-11-20 +:Date: 2021-09-01 :Copyright: The Linux Foundation and contributors :License: GPLv2+ -:Version: 0.7.0 +:Version: 0.8.0 :Manual section: 5 SYNOPSIS |