From baaea03b5f96e4bfbca7dd3a691feb6a92c75e35 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 10 May 2022 18:29:29 +0100 Subject: [PATCH] Release 3.0.5 Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/__init__.py b/patchwork/__init__.py index c35d955e..1e646600 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 5, 'alpha', 0) +VERSION = (3, 0, 5) __version__ = get_latest_version(VERSION)