From 3f0487ef6a1ecd192ed3492d14fa5996aa538d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Sat, 15 Jan 2022 15:35:43 +0100 Subject: [PATCH] v1.2.2 --- 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 381ef684..3d6232b9 100644 --- a/app/django_wol/settings.py +++ b/app/django_wol/settings.py @@ -142,4 +142,4 @@ STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' -VERSION = "v1.2.1" +VERSION = "v1.2.2"