diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:46:20 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-07 16:46:20 -0500 |
commit | d13c5e30f00656d91dcd86bec5234da14037eb9b (patch) | |
tree | 0d472e0023b39f72382a80d86d80dcf772a352ab | |
parent | 0369d53cf093aab6f69a0725ce21b0e05b4ed9b9 (diff) | |
download | b4-d13c5e30f00656d91dcd86bec5234da14037eb9b.tar.gz |
Create stable-0.6.y and increment version
Using the stable branch for hotfixes to 0.6.y, which I expect will be a
few.
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 8a7cdea..3439f01 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -38,7 +38,7 @@ except ModuleNotFoundError: can_dkim_verify = False _resolver = None -__VERSION__ = '0.6.1' +__VERSION__ = '0.6.2-dev' logger = logging.getLogger('b4') |