From 0aa1f28a98eca828dae6e5ea57ec2239a0659677 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 24 Apr 2020 12:26:55 -0400 Subject: Prepare for 0.4.0 release It's time to graduate to 0.4.0 with these features. 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 e7f655f..cf67a9b 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.0-dev' +__VERSION__ = '0.4.0' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') -- cgit v1.2.3