From 270c038516881de6bc37714c80c2e8e37e8b9a72 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 9 Jun 2021 15:05:08 -0400 Subject: Update version to 0.7.2 Prepare to release with a couple of crasher fixes: - Don't crash on handling unsigned tags for "b4 pr" - Don't crash when applying sloppy trailers 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 beaaef7..092de37 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.1' +__VERSION__ = '0.7.2' logger = logging.getLogger('b4') -- cgit v1.2.3