diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-24 10:29:57 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-24 10:29:57 -0400 |
commit | e0881bd9e6329d8557df2f39238facac799fbde3 (patch) | |
tree | f92fa807b581b9e930dad963252dace1f77e4e8d | |
parent | 67161f7f190491d826fea6463349ee7d0e91083e (diff) | |
download | b4-e0881bd9e6329d8557df2f39238facac799fbde3.tar.gz |
Start the stable-0.3.y branch for fixes
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 8b83ee3..1883024 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.4' +__VERSION__ = '0.3.5-dev' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') |