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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/__init__.py') 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): -- cgit v1.2.3