From: Stephen Finucane Date: Tue, 24 Sep 2019 17:05:25 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.1.6~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcac7790c5e32858c0998f9013bbf5c3795efec4;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 91e1771d..2b82e1aa 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 5) +VERSION = (2, 1, 6, 'alpha', 0) __version__ = get_latest_version(VERSION)