From daea4963e1674f16083ab775b4343315f8a8cfa2 Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Fri, 26 Aug 2022 09:45:39 +0100 Subject: [PATCH] Re-add patch version --- enforce_host/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enforce_host/__init__.py b/enforce_host/__init__.py index b0f1456..655df53 100644 --- a/enforce_host/__init__.py +++ b/enforce_host/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1" +__version__ = "1.1.0" from django.conf import settings from django.core.exceptions import MiddlewareNotUsed