Skip to content

Commit ddd8bd3

Browse files
committed
0.32 release
1 parent afea79a commit ddd8bd3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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.31"
116+
self.__data['version_tag'] = "0.32"
117117

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

backend/templates/diff.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h1>Differences</h1>
3636
<a onclick="next_diff();">Jump</a>
3737
</div>
3838
<div id="diff-ui">
39-
4039
<table>
4140
<tbody>
4241
<tr>

0 commit comments

Comments
 (0)