From f717ad1bb6d052217abdccac5778b6b793241fc6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 22 Jun 2021 10:23:58 +1000 Subject: [PATCH] 0.36 --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index b4061b7e..46d108c1 100644 --- a/backend/store.py +++ b/backend/store.py @@ -111,7 +111,7 @@ class ChangeDetectionStore: self.add_watch(url='https://www.gov.uk/coronavirus', tag='Covid') self.add_watch(url='https://changedetection.io', tag='Tech news') - self.__data['version_tag'] = "0.35" + self.__data['version_tag'] = "0.36" # Helper to remove password protection password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)