diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-26 13:36:22 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-26 13:36:22 -0400 |
commit | ee5e56d06c786d7906c214fc1f8cbbeeb3e658a6 (patch) | |
tree | c86ae8cbab1a6be606a901b67fea02ab99028888 | |
parent | fbd0377eb080111ab2c6d2e05ecd97125dd1d9d9 (diff) | |
download | b4-7916c7a6f36aade3dcc2a38a72f65c8adbf8c314.tar.gz (sig) |
Up version to final 0.7.0v0.7.0
I think we are ready to go with the 0.7.0 release. There's always more
tweaks to add, but at this point we can benefit from wider usage.
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 3906291..2b35a42 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.0-dev' +__VERSION__ = '0.7.0' logger = logging.getLogger('b4') |