diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-20 13:15:17 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-20 13:15:17 -0400 |
commit | 7fe2a0c77c38845544a9c466ee0548b1611bf704 (patch) | |
tree | e5ae3bbb2f28136ed3d507d836ab0f60a2a7588b | |
parent | 409c865175bf8f103bf5633331e8a1d77a446814 (diff) | |
download | b4-7fe2a0c77c38845544a9c466ee0548b1611bf704.tar.gz |
Create stable-0.9.y and up the version to 0.9.1-devstable-0.9.y
Time to add some new features to the main development branch.
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 ebd4f2e..520bd47 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -44,7 +44,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.9.0' +__VERSION__ = '0.9.1-dev' def _dkim_log_filter(record): |