From 524f176d40af7cc087b2ca16fde8a21da508218a Mon Sep 17 00:00:00 2001 From: Goran Topic Date: Sun, 26 Nov 2017 08:08:36 +0000 Subject: [PATCH] Version bump --- gw2raidar/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gw2raidar/settings.py b/gw2raidar/settings.py index 474ecb30..474aa2ad 100644 --- a/gw2raidar/settings.py +++ b/gw2raidar/settings.py @@ -14,8 +14,8 @@ from dateutil import parser VERSION = { - 'id': '1.0.4b1', - 'timestamp': 1511232469, # date +%s + 'id': '1.0.5', + 'timestamp': 1511683646, # date +%s } # Build paths inside the project like this: os.path.join(BASE_DIR, ...)