From 02d08c17cdf753987d82f676b9fbffb6035e97ae Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Thu, 24 Sep 2026 06:38:39 +0100 Subject: [PATCH] Release 2.2 --- core/constants.py | 2 +- pyproject.toml | 2 +- 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, 17 insertions(+), 17 deletions(-) diff --git a/core/constants.py b/core/constants.py index eaaff3f..6af12de 100644 --- a/core/constants.py +++ b/core/constants.py @@ -2,7 +2,7 @@ from core.config import SERVER_OWNER_CALLSIGN from data.band import Band # General software -SOFTWARE_VERSION = "2.2-pre" +SOFTWARE_VERSION = "2.2" # 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 0c60af0..51e7c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spothole" -version = "2.2-pre" +version = "2.2" authors = [ { name = "Ian Renton", email = "ian@ianrenton.com" }, ] diff --git a/templates/add-spot.html b/templates/add-spot.html index 1931bd5..49b1f16 100644 --- a/templates/add-spot.html +++ b/templates/add-spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index c9d4458..f863e26 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -85,7 +85,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index f60ced5..ac26718 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index adf9444..87ddedf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 1d702d3..9d48583 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index ec37d95..ba4569e 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 3c24d5a..9358216 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -125,8 +125,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 20e23ed..a817cc8 100644 --- a/templates/status.html +++ b/templates/status.html @@ -96,7 +96,7 @@ - +