]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.0.3 v3.0.3
authorStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 17:02:44 +0000 (18:02 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 17:02:44 +0000 (18:02 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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