diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:04:47 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:04:47 -0500 |
commit | 3c36fb86d395f5d45b095033b0215e64c7eb682c (patch) | |
tree | f99e34bea3718cc91d69d090bfb63a18f919d458 | |
parent | 8ddcf5c0ee341a1155a86141f44069819c05f68c (diff) | |
download | b4-3c36fb86d395f5d45b095033b0215e64c7eb682c.tar.gz |
Prepare for 0.6.0 releasev0.6.0
I think it's time to unleash this on the wider audience.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | b4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 1cc4577..fa26264 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -38,7 +38,7 @@ except ModuleNotFoundError: can_dkim_verify = False _resolver = None -__VERSION__ = '0.6.0-dev' +__VERSION__ = '0.6.0' logger = logging.getLogger('b4') |