From: Stephen Finucane Date: Wed, 24 Feb 2021 15:33:26 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v2.2.5~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c99a933d6f13b6d97583609a8d90d581f6880957;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index d24e8835..9459f54a 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -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)