From 0919ba80c3fcbbf9027abb75a5ecb0b6619337dd Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 25 May 2020 16:02:53 -0400 Subject: Prepare for 0.5.0 I think it's time to have more people poking at the diff functionality. 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 ab8f034..1aa2445 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.0-dev' +__VERSION__ = '0.5.0' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') -- cgit v1.2.3