From b69a3c8fd8eef1503b65f5cb3bd11606e25854ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Fri, 1 Oct 2021 00:37:49 +0200 Subject: [PATCH] bump version --- 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 6f81932a..28cfa8f3 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.3.1" \ No newline at end of file +VERSION = "v1.3.2" \ No newline at end of file