]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:55:16 +0000 (11:55 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:55:16 +0000 (11:55 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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