]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.1.5 v2.1.5
authorStephen Finucane <stephen@that.guru>
Tue, 24 Sep 2019 17:03:44 +0000 (18:03 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 24 Sep 2019 17:03:44 +0000 (18:03 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index d7f3b0bfb3f6e06d8672c59fb8a5e06519a20947..91e1771d9b1d4834829beb87447b48fc32da920e 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 5, 'alpha', 0)
+VERSION = (2, 1, 5)
 
 __version__ = get_latest_version(VERSION)