From 7be6d743bc903b490a87f401340aba812be0bd46 Mon Sep 17 00:00:00 2001 From: ferdinand-hoffmann Date: Tue, 29 Nov 2022 13:38:05 +0100 Subject: [PATCH] Release v1.3.0 --- anfema_django_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anfema_django_utils/__init__.py b/anfema_django_utils/__init__.py index ff83caf..b14ef0d 100644 --- a/anfema_django_utils/__init__.py +++ b/anfema_django_utils/__init__.py @@ -1,3 +1,3 @@ """Collection of various django related utilities, helpers and small apps.""" -__version__ = '1.2.0' +__version__ = '1.3.0'