From 556ea563788b3551b6359f3b6ad8eb7f1408fe8c Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 18 Sep 2026 12:44:09 +0100 Subject: [PATCH] v2.1 release --- 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 79ae465..ea76e43 100644 --- a/core/constants.py +++ b/core/constants.py @@ -4,7 +4,7 @@ from data.band import Band from data.sig import SIG # General software -SOFTWARE_VERSION = "2.1-pre" +SOFTWARE_VERSION = "2.1" # 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 cf6c309..b399009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spothole" -version = "2.1-pre" +version = "2.1" authors = [ { name = "Ian Renton", email = "ian@ianrenton.com" }, ] diff --git a/templates/add_spot.html b/templates/add_spot.html index 0217616..f17337d 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 1e3ebc6..3991040 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -83,7 +83,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 91debb0..5a68601 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 8d3388f..184e8e6 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 b887c39..f91d21d 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 21a3e6d..90d8e5e 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 d086db7..111cd3e 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -125,8 +125,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index dc42455..3e516d0 100644 --- a/templates/status.html +++ b/templates/status.html @@ -96,7 +96,7 @@ - +