From 6d6adf338ec454304d8cb3d30684fce6c595b0df Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Tue, 1 Dec 2020 11:01:45 -0500 Subject: Release 0.5.4 with the fix for b4 ty bug The bug in b4 ty is bad enough to warrant a new release. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/__init__.py') 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') -- cgit v1.2.3