From b4592c96704f656475b93afbb801991b71ba411b Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Fri, 5 Jul 2019 15:27:50 +1000 Subject: [PATCH] Post-release version bump Signed-off-by: Daniel Axtens --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 06d3db46..d7f3b0bf 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 4) +VERSION = (2, 1, 5, 'alpha', 0) __version__ = get_latest_version(VERSION) -- 2.47.3