]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.3 v2.2.3
authorStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 19:05:14 +0000 (19:05 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 19:05:14 +0000 (19:05 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 0691cf54bec3ea1c6872b4cbdb5802a72c05288b..2514fe7300b3770e19ea783b77086be9c58aa1d8 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 3, 'alpha', 0)
+VERSION = (2, 2, 3)
 
 __version__ = get_latest_version(VERSION)