From d8937ede7064a74623a9d1ef260d5d50a146dd44 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 1 Sep 2021 09:12:37 -0400 Subject: Up version to 0.8.0 and prep for relase 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 --- b4/__init__.py | 2 +- man/b4.5 | 2 +- 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): diff --git a/man/b4.5 b/man/b4.5 index de44247..5ff5185 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -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 -- cgit v1.2.3