diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:47:12 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:47:12 -0500 |
commit | 7bef1222500783021c223e0acfc8803ce6b43408 (patch) | |
tree | 40a5c7410e298543ca7ff31b1f059476ad6b6d97 | |
parent | 0369d53cf093aab6f69a0725ce21b0e05b4ed9b9 (diff) | |
download | b4-7bef1222500783021c223e0acfc8803ce6b43408.tar.gz |
Up version to 0.7.0-dev
Open the development round for 0.7.
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 8a7cdea..5202f4c 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.7.0-dev' logger = logging.getLogger('b4') |