From 2fd85b7c41ff9da12e321cc7218250d86686c967 Mon Sep 17 00:00:00 2001 From: Gert Van Gool Date: Wed, 23 Dec 2020 10:55:52 -0800 Subject: [PATCH] Bump version to 3.0.6 --- axes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axes/__init__.py b/axes/__init__.py index 0759f11..546b885 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.0.5' +__version__ = '3.0.6' default_app_config = 'axes.apps.AppConfig'