diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-09-01 09:12:37 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-09-01 09:12:37 -0400 |
commit | d8937ede7064a74623a9d1ef260d5d50a146dd44 (patch) | |
tree | 05e39fd67a11cb145f6f3f7654830ea9882c88b6 | |
parent | 556c5593b496c369fb455102fde83c95472102c2 (diff) | |
download | b4-d8937ede7064a74623a9d1ef260d5d50a146dd44.tar.gz |
Up version to 0.8.0 and prep for relasev0.8.0
New version of lore.kernel.org is live today, so release the version of
b4 that works best with it.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-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 |