From d3aaec83559c9575fff85fb4c743ce5330eb96ff Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 4 Oct 2020 12:18:11 +0100 Subject: Release 3.0.0 Major version bump because of Python 2.7 removal and the unfortunately large DB migration. Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchwork') diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 545a53b..6fb5472 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0, 'alpha', 0) +VERSION = (3, 0, 0) __version__ = get_latest_version(VERSION) -- cgit v1.2.3