From b2b8958f7bb6761812955b0e16020fad5e5ba84b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 14 Jul 2021 11:51:33 +1000 Subject: [PATCH] 0.38 release --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index ab38c543..d831cd93 100644 --- a/backend/store.py +++ b/backend/store.py @@ -117,7 +117,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.37" + self.__data['version_tag'] = "0.38" # Helper to remove password protection password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)