diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-04-10 16:28:16 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-04-10 16:28:16 -0400 |
commit | da8f89b60109c7ebd9595bd7422692c341df191e (patch) | |
tree | 833d55d4157d3b3f2f0dbf3b4ea921a006e6d312 | |
parent | bafb9559e74fdf3246b76f3f765c6783406804e8 (diff) | |
download | b4-da8f89b60109c7ebd9595bd7422692c341df191e.tar.gz |
Release hotfix as 0.3.7v0.3.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 eba06cb..9039280 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -21,7 +21,7 @@ from email import charset charset.add_charset('utf-8', None) emlpolicy = email.policy.EmailPolicy(utf8=True, cte_type='8bit', max_line_length=None) -__VERSION__ = '0.3.6' +__VERSION__ = '0.3.7' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') |