From ae866ac53fa029475d61cadf164a72f6ceaccefd Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 2 Jun 2021 15:23:05 -0400 Subject: Update version to 0.7.1 Prepare a hotfix release that fixes the cache invalidation bug. 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 1897699..a382ef9 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.0' +__VERSION__ = '0.7.1' logger = logging.getLogger('b4') -- cgit v1.2.3