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 %}