From: Stephen Finucane Date: Sun, 14 Oct 2018 13:47:10 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.1.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32248ce9c4ac1093eba9ae6bcac1e5d0ac5a62e3;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 1f71f4c1..72416b32 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 1) +VERSION = (2, 1, 2, 'alpha', 0) __version__ = get_latest_version(VERSION)