]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.1.1 v3.1.1
authorStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:52:15 +0000 (17:52 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:52:15 +0000 (17:52 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index abe88ec6bb093230725cf7afea5f5c9ea1016e34..26f33614207b5493f7e046e1cb4efcc3c16ddaba 100644 (file)
@@ -5,6 +5,6 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 1, 0)
+VERSION = (3, 1, 1)
 
 __version__ = get_latest_version(VERSION)