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

index d24e8835e0f13af4e972bf4049b6d3285793c727..9459f54a2b88fff7fb4f2ec89eefcc59d1eb8ccf 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 4)
+VERSION = (2, 2, 5, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)