]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.1.3 v3.1.3
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:19:42 +0000 (18:19 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:21:28 +0000 (18:21 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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