From d13c5e30f00656d91dcd86bec5234da14037eb9b Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 7 Dec 2020 16:46:20 -0500 Subject: Create stable-0.6.y and increment version Using the stable branch for hotfixes to 0.6.y, which I expect will be a few. 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 8a7cdea..3439f01 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -38,7 +38,7 @@ except ModuleNotFoundError: can_dkim_verify = False _resolver = None -__VERSION__ = '0.6.1' +__VERSION__ = '0.6.2-dev' logger = logging.getLogger('b4') -- cgit v1.2.3