From 8451ca2727b776d191ae87a65a214d8fb61c667d Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sat, 29 Aug 2026 08:40:11 +0100 Subject: [PATCH] Release v2.0.4 --- core/constants.py | 2 +- pyproject.toml | 6 +++--- templates/add_spot.html | 2 +- templates/alerts.html | 2 +- templates/bands.html | 4 ++-- templates/base.html | 10 +++++----- templates/conditions.html | 2 +- templates/map.html | 4 ++-- templates/spots.html | 4 ++-- templates/status.html | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/core/constants.py b/core/constants.py index adf0de9..4057e5a 100644 --- a/core/constants.py +++ b/core/constants.py @@ -3,7 +3,7 @@ from data.band import Band from data.sig import SIG # General software -SOFTWARE_VERSION = "2.0.3" +SOFTWARE_VERSION = "2.0.4" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"} diff --git a/pyproject.toml b/pyproject.toml index 7947f09..1ce1367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] -name = "Spothole" -version = "2.0.3" +name = "spothole" +version = "2.0.4" authors = [ - { name="Ian Renton", email="ian@ianrenton.com" }, + { name = "Ian Renton", email = "ian@ianrenton.com" }, ] description = "Spothole is a utility to aggregate \"spots\" from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data." readme = "README.md" diff --git a/templates/add_spot.html b/templates/add_spot.html index 5d12f2f..587a0cd 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index a6dfad3..e76ad98 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 2171564..2898110 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index c9e944c..a90ed07 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 81cc146..114dced 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index e5f9925..bfae9cc 100644 --- a/templates/map.html +++ b/templates/map.html @@ -113,8 +113,8 @@ const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}"; - - + + diff --git a/templates/spots.html b/templates/spots.html index 21a5f47..082f011 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -113,8 +113,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 7e2db3c..2015a76 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +