]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 16:23:39 +0000 (16:23 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 16:23:39 +0000 (16:23 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index be48bdb85795f46bcb9e3e98586fdb92288c934d..4ebb8aa766a23a46f34004366dd6a092459df45e 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 1)
+VERSION = (3, 0, 2, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)