]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.0.4 v3.0.4
authorStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:53:02 +0000 (11:53 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:53:02 +0000 (11:53 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 3adb7d9fb4fc2f08f7fbe63e50af2b24b84115bd..8aec8a031f10a56ea2e5ab9ec2d85ab221277b43 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 4, 'alpha', 0)
+VERSION = (3, 0, 4)
 
 __version__ = get_latest_version(VERSION)