]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.0.5 v3.0.5
authorStephen Finucane <stephen@that.guru>
Tue, 10 May 2022 17:29:29 +0000 (18:29 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 10 May 2022 17:29:29 +0000 (18:29 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index c35d955e52b002e144805ad9dc207ac15b27025d..1e6466007b04991afbd5c2c6558e5c6020c56c08 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 5, 'alpha', 0)
+VERSION = (3, 0, 5)
 
 __version__ = get_latest_version(VERSION)