diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-01 11:01:45 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-01 11:01:45 -0500 |
commit | 6d6adf338ec454304d8cb3d30684fce6c595b0df (patch) | |
tree | cb5c9ab1ab61b424b9f42e1015b2b4d82675edb7 | |
parent | f93b1b246eb8c5cf324bd0a64e91cb6ef49451a8 (diff) | |
download | b4-stable-0.5.y.tar.gz |
Release 0.5.4 with the fix for b4 ty bugv0.5.4stable-0.5.y
The bug in b4 ty is bad enough to warrant a new release.
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 c77ca9a..4a1c2d6 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -28,7 +28,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.5.4-dev' +__VERSION__ = '0.5.4' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') |