]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.0.1 v3.0.1
authorStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 16:23:10 +0000 (16:23 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 16:23:10 +0000 (16:23 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 6fb5472861f66935f5a4cecc26bb3d42bd9eea12..be48bdb85795f46bcb9e3e98586fdb92288c934d 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 0)
+VERSION = (3, 0, 1)
 
 __version__ = get_latest_version(VERSION)