From f852bdda0e7d83655a0c4b90efe24e5e7148e30d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 2 Jul 2021 20:18:41 +1000 Subject: [PATCH] 0.37 release --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index fd5ec895..af1478c6 100644 --- a/backend/store.py +++ b/backend/store.py @@ -112,7 +112,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.36" + self.__data['version_tag'] = "0.37" # Helper to remove password protection password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)