]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.4 v2.2.4
authorStephen Finucane <stephen@that.guru>
Wed, 24 Feb 2021 15:32:53 +0000 (15:32 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 24 Feb 2021 15:32:53 +0000 (15:32 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index ac6af88f48f35422b40a3da07b9f6951df304cc7..d24e8835e0f13af4e972bf4049b6d3285793c727 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 4, 'alpha', 0)
+VERSION = (2, 2, 4)
 
 __version__ = get_latest_version(VERSION)