We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e385b1 commit 034507fCopy full SHA for 034507f
MANIFEST.in
@@ -1,5 +1,6 @@
1
recursive-include changedetectionio/templates *
2
recursive-include changedetectionio/static *
3
+recursive-include changedetectionio/model *
4
include changedetection.py
5
global-exclude *.pyc
6
global-exclude node_modules
changedetectionio/__init__.py
@@ -40,7 +40,7 @@
40
41
from changedetectionio import html_tools
42
43
-__version__ = '0.39.13'
+__version__ = '0.39.13.1'
44
45
datastore = None
46
changedetectionio/store.py
@@ -13,8 +13,7 @@
13
import re
14
import requests
15
16
-from changedetectionio.model import Watch, App
17
-
+from . model import App, Watch
18
19
# Is there an existing library to ensure some data store (JSON etc) is in sync with CRUD methods?
20
# Open a github issue if you know something :)
0 commit comments