From 7fe2a0c77c38845544a9c466ee0548b1611bf704 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 20 Jun 2022 13:15:17 -0400 Subject: Create stable-0.9.y and up the version to 0.9.1-dev Time to add some new features to the main development branch. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b4/__init__.py b/b4/__init__.py index ebd4f2e..520bd47 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -44,7 +44,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.9.0' +__VERSION__ = '0.9.1-dev' def _dkim_log_filter(record): -- cgit v1.2.3