diff --git a/core/constants.py b/core/constants.py index ea76e43..7f427cf 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" +SOFTWARE_VERSION = "2.1.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 b399009..880285a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spothole" -version = "2.1" +version = "2.1.1" authors = [ { name = "Ian Renton", email = "ian@ianrenton.com" }, ] diff --git a/templates/add_spot.html b/templates/add_spot.html index 5eb2e5a..1ac1058 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 8af212b..fed4253 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -83,7 +83,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 9266406..fd234cc 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 0061012..456bb53 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 %}