[PATCH 1/3] Release 0.4.1 as a minor bugfix
Konstantin Ryabitsev <[email protected]> Tue, 25 May 2021 18:34:44 -0400
| Newsgroups | org.kernel.lore.signatures |
|---|---|
| Message-ID | <de52b2dfa742e87b7357d524cd1f80cbc8f4042c.1621982010.git.konstantin.ryabitsev@linux.dev> |
From: Konstantin Ryabitsev <[email protected]> This returns better errors on brand new installs, so is worth a minor dot release. Signed-off-by: Konstantin Ryabitsev <[email protected]> --- patatt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patatt/__init__.py b/patatt/__init__.py index 1101d7f..8365a4d 100644 --- a/patatt/__init__.py +++ b/patatt/__init__.py @@ -47,7 +47,7 @@ OPT_HDRS = [b'message-id'] KEYCACHE = dict() # My version -__VERSION__ = '0.4.0' +__VERSION__ = '0.4.1' MAX_SUPPORTED_FORMAT_VERSION = 1 -- 2.31.1