From e1ae074ab9103301becd4ec44b1b1740ec736cfe Mon Sep 17 00:00:00 2001 From: Artyom Vancyan Date: Sun, 18 Jun 2023 15:10:01 +0400 Subject: [PATCH] Upgrade the version to `0.1.6` --- src/django_forbid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_forbid/__init__.py b/src/django_forbid/__init__.py index 1276d02..0a8da88 100644 --- a/src/django_forbid/__init__.py +++ b/src/django_forbid/__init__.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"