]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Wed, 24 Feb 2021 15:31:05 +0000 (15:31 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 24 Feb 2021 15:31:05 +0000 (15:31 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index d3ccfa84754c85d5a3792d105c033a7abb2a05e0..0346fb42dc03db70d3f25654dab00aafca364752 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 2)
+VERSION = (3, 0, 3, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)