diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-05-25 16:11:54 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-05-25 16:11:54 -0400 |
commit | 7bc8b34482494e0f17455ab80f853690c6f86af3 (patch) | |
tree | adb666adc2707c56c4803624654e2fb89649d2d3 | |
parent | 52984d211c74a9a910a953048e7181260a914a43 (diff) | |
download | b4-7bc8b34482494e0f17455ab80f853690c6f86af3.tar.gz |
Release 0.4.3 as final release in 0.4.y seriesv0.4.3stable-0.4.y
If someone wants to stay on 0.4.y series, let them grab it from pip.
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 2e12b60..ab49e31 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -27,7 +27,7 @@ from email import charset charset.add_charset('utf-8', None) emlpolicy = email.policy.EmailPolicy(utf8=True, cte_type='8bit', max_line_length=None) -__VERSION__ = '0.4.3-dev' +__VERSION__ = '0.4.3' ATTESTATION_FORMAT_VER = '0.1' logger = logging.getLogger('b4') |