]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.6 v2.2.6
authorStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:55:54 +0000 (11:55 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:55:54 +0000 (11:55 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 601756c370cf86acf44deaf602899c1027aa4f79..51d80816812d62a28e785775fef5fb19be5bd304 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 6, 'alpha', 0)
+VERSION = (2, 2, 6)
 
 __version__ = get_latest_version(VERSION)