From 7bc8b34482494e0f17455ab80f853690c6f86af3 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 25 May 2020 16:11:54 -0400 Subject: Release 0.4.3 as final release in 0.4.y series If someone wants to stay on 0.4.y series, let them grab it from pip. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b4/__init__.py b/b4/__init__.py index 2e12b60..ab49e31 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -27,7 +27,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.4.3-dev' +__VERSION__ = '0.4.3' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') -- cgit v1.2.3