]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.1.2 v3.1.2
authorStephen Finucane <stephen@that.guru>
Wed, 25 Jan 2023 18:16:04 +0000 (18:16 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 25 Jan 2023 18:16:04 +0000 (18:16 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 2c64bce45c285d7d2456b1f18484e1b31e3336e0..748abb3f1d5390ada4dbd0aa54263366f41c323c 100644 (file)
@@ -5,6 +5,6 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 1, 2, 'alpha', 0)
+VERSION = (3, 1, 2)
 
 __version__ = get_latest_version(VERSION)