]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.5 v2.2.5
authorStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 16:57:01 +0000 (17:57 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 16:57:01 +0000 (17:57 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 9459f54a2b88fff7fb4f2ec89eefcc59d1eb8ccf..8071bb090c3a5bb3c4dc4a0ae40f5fa773ce6a2a 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 5, 'alpha', 0)
+VERSION = (2, 2, 5)
 
 __version__ = get_latest_version(VERSION)