Skip to content

Commit 04acd8b

Browse files
committed
0.34
1 parent 45bd454 commit 04acd8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def settings_page():
486486
else:
487487
# Unset it anyway, just to be sure.
488488
datastore.data['settings']['application']['password'] = False
489-
489+
490490
flash("Settings updated.")
491491

492492
if request.method == 'POST' and not form.validate():

backend/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(self, datastore_path="/datastore", include_default_watches=True):
113113
self.add_watch(url='https://www.gov.uk/coronavirus', tag='Covid')
114114
self.add_watch(url='https://changedetection.io', tag='Tech news')
115115

116-
self.__data['version_tag'] = "0.33"
116+
self.__data['version_tag'] = "0.34"
117117

118118
if not 'app_guid' in self.__data:
119119
import sys

0 commit comments

Comments
 (0)