diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-08-13 10:39:58 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-08-13 10:39:58 -0400 |
commit | f0b57f653da90401b458ee66528c03dbd7c759a6 (patch) | |
tree | 6550bfb60b01fdecadb2fdf4f61d33f7d5869fb7 | |
parent | 7d78e0b2aa399353bdec9714208aa0fa202c9fe7 (diff) | |
download | b4-f0b57f653da90401b458ee66528c03dbd7c759a6.tar.gz |
Prepare for 0.7.3 releasev0.7.3stable-0.7.y
A few smallish bugfixes and stability improvements.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | b4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 34b5a08..25ca569 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.3-dev' +__VERSION__ = '0.7.3' logger = logging.getLogger('b4') |