From 3313a848e699a743e71d055e8a8d44ddf6cccded Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Mon, 6 Nov 2023 16:43:45 +0100 Subject: [PATCH] Bump to version 1.3 --- sass_processor/__init__.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sass_processor/__init__.py b/sass_processor/__init__.py index bbd14bd..f7b8e5f 100644 --- a/sass_processor/__init__.py +++ b/sass_processor/__init__.py @@ -18,10 +18,4 @@ 13. git push """ -__version__ = '1.2.2' - -import django - -if django.VERSION < (3, 2): - # https://docs.djangoproject.com/en/dev/releases/3.2/#whats-new-3-2 - default_app_config = 'sass_processor.apps.SassProcessorConfig' +__version__ = '1.3'