From ba9d3a81433e7097fc6a47d6ae50f8fc764a2e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Wed, 20 Oct 2021 23:36:43 +0200 Subject: [PATCH] v1.1.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 096db86c..0fe4ae85 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.0.5" \ No newline at end of file +VERSION = "v1.1.0"