v1.3 release

This commit is contained in:
Ian Renton
2026-06-02 19:16:10 +01:00
parent 526acf2cfd
commit af1974f36d
11 changed files with 26 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ from data.sig import SIG
# General software
SOFTWARE_NAME = "Spothole by M0TRT"
SOFTWARE_VERSION = "1.3-pre"
SOFTWARE_VERSION = "1.3"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}