We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c8d8b commit 3767a2dCopy full SHA for 3767a2d
changedetectionio/__init__.py
@@ -1,8 +1,8 @@
1
#!/usr/bin/env python3
2
3
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
4
-
5
-__version__ = '0.51.01'
+# Semver means never use .01, or 00. Should be .1.
+__version__ = '0.51.1'
6
7
from changedetectionio.strtobool import strtobool
8
from json.decoder import JSONDecodeError
0 commit comments