From 3767a2d5b9f7990f5fb41bc418c2add89eebaca3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 14 Nov 2025 10:21:32 +0100 Subject: [PATCH] 0.51.1 Fixing semver version number --- changedetectionio/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index c34f453e..524b8cb1 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Read more https://github.com/dgtlmoon/changedetection.io/wiki - -__version__ = '0.51.01' +# Semver means never use .01, or 00. Should be .1. +__version__ = '0.51.1' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError