From e9e4e5b548317e24fad8e435a0ebea63c2f98749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Sun, 16 Jan 2022 17:48:00 +0100 Subject: [PATCH] v1.3.0 --- app/django_wol/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/django_wol/settings.py b/app/django_wol/settings.py index 41d20675..3da9f3da 100644 --- a/app/django_wol/settings.py +++ b/app/django_wol/settings.py @@ -166,4 +166,4 @@ STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' -VERSION = "v1.2.2" +VERSION = "v1.3.0"