aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-06-09 15:05:08 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-06-09 15:05:08 -0400
commit270c038516881de6bc37714c80c2e8e37e8b9a72 (patch)
tree239c24599c0b6e106ab7a2237591bb857916a792
parent404167e35d41cd11a710bfdeebe408124b296bba (diff)
downloadb4-270c038516881de6bc37714c80c2e8e37e8b9a72.tar.gz
Update version to 0.7.2v0.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 <konstantin@linuxfoundation.org>
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
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')