]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 17:03:06 +0000 (18:03 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 17:03:06 +0000 (18:03 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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